In This Topic
Gets or sets a value indicating whether the axis is reversed.
Syntax
'Declaration
Public Property Reversed As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
instance.Reversed = value
value = instance.Reversed
public bool Reversed {get; set;}
public:
property bool Reversed {
bool get();
void set ( bool value);
}
See Also