In This Topic
Gets or sets the current scrolling position of the axis.
Syntax
'Declaration
Public Property Value As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.Value = value
value = instance.Value
public double Value {get; set;}
See Also