Measurements.ShowToolbar Property
Specifies whether the Measurements toolbar is displayed.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the Measurements toolbar is visible; otherwise, false. |
Remarks
Use the code below to show the Measurements toolbar:
To access toolbar settings, use the Measurements.ToolbarOptions property.
See Also