Measurements.ShowToolbar Property
In This Article
Specifies whether the Measurements toolbar is displayed.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#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