ScalePanelOptions Members
Contains options that the define appearance and layout of the Scale Panel element.Constructors
| Name | Description |
|---|---|
| ScalePanelOptions() | Initializes a new instance of the ScalePanelOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| HorizontalAlignmentProperty static | Identifies the MapElementOptions.HorizontalAlignment dependency property. Inherited from MapElementOptions. |
| MarginProperty static | Identifies the MapElementOptions.Margin dependency property. Inherited from MapElementOptions. |
| ShowKilometersScaleProperty static | Identifies the ScalePanelOptions.ShowKilometersScale dependency property. |
| ShowMilesScaleProperty static | Identifies the ScalePanelOptions.ShowMilesScale dependency property. |
| VerticalAlignmentProperty static | Identifies the MapElementOptions.VerticalAlignment dependency property. Inherited from MapElementOptions. |
| VisibleProperty static | Identifies the MapElementOptions.Visible dependency property. Inherited from MapElementOptions. |
Properties
| 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. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also