ScaleAnimation.FinalScaleY 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 vertical scale factor for the object.
public:
property float FinalScaleY { float get(); };
float FinalScaleY();
public float FinalScaleY { get; }
var single = scaleAnimation.finalScaleY;
Public ReadOnly Property FinalScaleY As Single
Property Value
Single
float
The final vertical scale factor by which to multiply the value.