ScaleAnimation.InitialScaleY Property

Definition

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.

Applies to

See also