Value Property (AnimationTransformEventArgs)
In This Topic
Gets or sets the value in data coordinates.
Syntax
'Declaration
<C1DescriptionAttribute("AnimationTransformEventArgs.Value", "Gets or sets the value in data coordinates.")>
Public Property Value As Double
[C1Description("AnimationTransformEventArgs.Value", "Gets or sets the value in data coordinates.")]
public double Value {get; set;}
See Also