ScalePanelOptions Properties
Contains options that the define appearance and layout of the Scale Panel element.| Name | Description |
|---|---|
| HorizontalAlignment | Gets or sets the Map UI element’s horizontal position. Inherited from MapElementOptions. |
| Margin | Gets or sets the Map UI element’s margin. Inherited from MapElementOptions. |
| ShowKilometersScale | Gets or sets a value indicating whether the Kiliometers Scale should be displayed. |
| ShowMilesScale | Gets or sets a value indicating whether the Miles Scale should be displayed. |
| VerticalAlignment | Gets or sets the Map UI element’s vertical position. Inherited from MapElementOptions. |
| Visible | Gets or sets a value that specifies whether the Map UI element is visible. Inherited from MapElementOptions. |
See Also