Skip to main content
A newer version of this page is available. .

NavigationPanelOptions Members

Contains options that define the appearance, position and layout of the Navigation Panel element.

Constructors

Name Description
NavigationPanelOptions() Initializes a new instance of the NavigationPanelOptions class with default settings.

Fields

Name Description
LocationProperty static Identifies the NavigationPanelOptions.Location dependency property.
ShowCoordinatesProperty static Identifies the NavigationPanelOptions.ShowCoordinates dependency property.
ShowKilometersScaleProperty static Identifies the NavigationPanelOptions.ShowKilometersScale dependency property.
ShowMilesScaleProperty static Identifies the NavigationPanelOptions.ShowMilesScale dependency property.
ShowScrollButtonsProperty static Identifies the NavigationPanelOptions.ShowScrollButtons dependency property.
ShowZoomTrackbarProperty static Identifies the NavigationPanelOptions.ShowZoomTrackbar dependency property.

Properties

Name Description
HorizontalAlignment Returns the horizontal alignment of the Navigation Panel.
Location Specifies the location of a Navigation Panel.
Orientation Returns the orientation of the Navigation Panel.
ShowCoordinates Gets or sets a value indicating whether or not the Coordinates item should be displayed.
ShowKilometersScale Gets or sets a value indicating whether or not the Kiliometers Scale should be displayed.
ShowMilesScale Gets or sets a value indicating whether or not the Miles Scale should be displayed.
ShowScrollButtons Gets or sets a value indicating whether or not the Scroll Buttons should be displayed.
ShowZoomTrackbar Gets or sets a value indicating whether or not the Zoom Trackbar should be displayed.
VerticalAlignment Returns the vertical alignment of the Navigation Panel.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

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