ScaleAnimation.FinalScaleX 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 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.