DXFReaderNETControlShowGridRuler Property
|
Gets or sets whether the grid ruler with coordinate markings is displayed.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool ShowGridRuler { get; set; }Public Property ShowGridRuler As Boolean
Get
Set
public:
property bool ShowGridRuler {
bool get ();
void set (bool value);
}member ShowGridRuler : bool with get, set
PROPERTY ShowGridRuler AS LOGIC GET SET
Property Value
Type:
Booleantrue to show the grid ruler;
false to hide it.
Remarks
When enabled, displays rulers along the control edges showing world coordinate values,
helping users measure and position entities accurately. The ruler updates dynamically
as the view is panned or zoomed to reflect the current coordinate range.
See Also