ScaleAnimation.InitialScaleX 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 initial horizontal scale factor for the object.
public:
property IReference<float> ^ InitialScaleX { IReference<float> ^ get(); };
IReference<float> InitialScaleX();
public System.Nullable<float> InitialScaleX { get; }
var iReference = scaleAnimation.initialScaleX;
Public ReadOnly Property InitialScaleX As Nullable(Of Single)
Property Value
The initial horizontal scale factor, if any, by which to multiply the value.
Remarks
This property's value might not be set when this method is called. In that case, the object's current horizontal scale should be used as the starting point for the animation.