KeyFrame.XScale Property
Animation Studio Reference

KeyFrame.XScale Property

Set or get the XScale of a KeyFrame. A value of 1.0 means original size, while eg. 2.0 scales the Sprite to the double size in the X direction.

[Visual Basic]
Public Property XScale As Double
[C#]
public double XScale {get; set;}

See Also

KeyFrame Class | AnimationStudio Namespace