Skip to main content

ZoomTrackbarOptions Members

Contains options that define the position and layout of the Zoom Trackbar element.

Constructors

Name Description
ZoomTrackbarOptions() Initializes a new instance of the ZoomTrackbarOptions 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.
OrientationProperty static Identifies the ZoomTrackbarOptions.Orientation dependency property.
VerticalAlignmentProperty static Identifies the MapElementOptions.VerticalAlignment dependency property. Inherited from MapElementOptions.
VisibleProperty static Identifies the MapElementOptions.Visible dependency property. Inherited from MapElementOptions.
ZoomingStepProperty static Identifies the ZoomTrackbarOptions.ZoomingStep dependency property.

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.
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.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also