ScaleAnimation.InitialScaleY 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 vertical scale factor for the object.
public:
property IReference<float> ^ InitialScaleY { IReference<float> ^ get(); };
IReference<float> InitialScaleY();
public System.Nullable<float> InitialScaleY { get; }
var iReference = scaleAnimation.initialScaleY;
Public ReadOnly Property InitialScaleY As Nullable(Of Single)
Property Value
The initial vertical 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.