ScaleAnimation.NormalizedOrigin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.