ScaleAnimation.InitialScaleX Property

Definition

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.

Applies to

See also