Easing Property (AnimationOptions)
In This Topic
Gets or sets the animation easing.
Syntax
'Declaration
<C1DescriptionAttribute("AnimationOptions.Easing", "Gets or sets the animation easing.")>
Public Property Easing As Easing
[C1Description("AnimationOptions.Easing", "Gets or sets the animation easing.")]
public Easing Easing {get; set;}
See Also