KeyFrame.YScale Property
Animation Studio Reference

KeyFrame.YScale Property

Set or get the YScale of the Sprite at this KeyFrame. A value of 1.0 means original size, while eg. 2.0 scales the Sprite to the double size in the Y direction.

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

See Also

KeyFrame Class | AnimationStudio Namespace