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