ZoomTrackbarOptions Properties
Contains options that define the position and layout of the Zoom Trackbar 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. |
| Orientation | Gets or sets the zoom trackbar’s orientation. This is a dependency property. |
| 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. |
| ZoomingStep | Gets or sets the zooming step used by the trackbar. |
See Also