Cancel Property (AnimationTransformEventArgs)
In This Topic
Whether to cancel the default animation.
Syntax
'Declaration
<C1DescriptionAttribute("AnimationTransformEventArgs.Cancel", "Whether to cancel the default animation.")>
Public Property Cancel As Boolean
[C1Description("AnimationTransformEventArgs.Cancel", "Whether to cancel the default animation.")]
public bool Cancel {get; set;}
See Also