Skip to main content
All docs
V26.1
  • MeasurementToolbarOptions Members

    Contains the Measurements toolbar settings.

    Constructors

    Name Description
    MeasurementToolbarOptions() Initializes a new instance of the MeasurementToolbarOptions class.

    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.
    ShowAreaButtonProperty static Identifies the ShowAreaButton dependency property.
    ShowDistanceButtonProperty static Identifies the ShowDistanceButton 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.
    ShowAreaButton Specifies whether the Add Area Ruler button is displayed in the Measurements toolbar.
    ShowDistanceButton Specifies whether the Add Distance Ruler button is displayed in the Measurements toolbar.
    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