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