Click or drag to resize

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
Syntax
public bool ShowGridRuler { get; set; }

Property Value

Type: Boolean
true 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