ScaleAnimation.NormalizedOrigin Property

Definition

Gets the center point for the scaling animation, expressed as a point relative to the object's normal size.

public:
 property Point NormalizedOrigin { Point get(); };
Point NormalizedOrigin();
public Point NormalizedOrigin { get; }
var point = scaleAnimation.normalizedOrigin;
Public ReadOnly Property NormalizedOrigin As Point

Property Value

The normalized center point.

Applies to

See also