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