DXFReaderNETControlShowAxes Property
|
Returns/sets whether the control will display the axes.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ShowAxes { get; set; }
Public Property ShowAxes As Boolean
Get
Set
public:
property bool ShowAxes {
bool get ();
void set (bool value);
}
member ShowAxes : bool with get, set
PROPERTY ShowAxes AS LOGIC GET SET
Property Value
Type:
BooleanRemarks Default value: true
See Also