|
Description
|
Returns/sets whether the control will display the drawing limits.
|
Syntax Visual Basic
|
[form.]DXFReader.ShowLimits[ = {True|False}]
|
|
Visual C++
|
BOOL DXFReader.GetShowLimits(); void DXFReader.SetShowLimits(BOOL bNewValue);
|
|
Delphi
|
property ShowLimits: WordBool;
|
|
C#
|
bool DXFReader.ShowLimits;
|
|
Remarks
|
Setting ShowLimits = True will show the drawing limits as a dotted box. The figure below shows the control displaying the limits.
 The box color is setted by the AxesColor property.
|
|
Data Type
|
Boolean
|
|
Default Value
|
False
|