ScaleAnimation.FinalScaleX Property

Definition

Gets the final horizontal scale factor for the object.

public:
 property float FinalScaleX { float get(); };
float FinalScaleX();
public float FinalScaleX { get; }
var single = scaleAnimation.finalScaleX;
Public ReadOnly Property FinalScaleX As Single

Property Value

Single

float

The final horizontal scale factor by which to multiply the value.

Applies to

See also