Show / Hide Table of Contents

Class MeasureToolbar

The MeasureToolbar control is used to measure distances and areas on a MapView.

Inheritance
Object
MeasureToolbar
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class MeasureToolbar : Control

Constructors

| Improve this Doc View Source

MeasureToolbar()

Initializes a new instance of the MeasureToolbar class.

Declaration
public MeasureToolbar()

Fields

| Improve this Doc View Source

AreaSketchEditorProperty

Identifies the AreaSketchEditor dependency property.

Declaration
public static readonly DependencyProperty AreaSketchEditorProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

AreaUnitsProperty

Identifies the AreaUnits dependency property.

Declaration
public static readonly DependencyProperty AreaUnitsProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

LinearUnitsProperty

Identifies the LinearUnits dependency property.

Declaration
public static readonly DependencyProperty LinearUnitsProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

LineSketchEditorProperty

Identifies the LineSketchEditor dependency property.

Declaration
public static readonly DependencyProperty LineSketchEditorProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

MapViewProperty

Identifies the MapView dependency property.

Declaration
public static readonly DependencyProperty MapViewProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SelectedAreaUnitProperty

Identifies the SelectedAreaUnit dependency property.

Declaration
public static readonly DependencyProperty SelectedAreaUnitProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SelectedLinearUnitProperty

Identifies the SelectedLinearUnit dependency property.

Declaration
public static readonly DependencyProperty SelectedLinearUnitProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SelectionFillSymbolProperty

Identifies the SelectionFillSymbol dependency property.

Declaration
public static readonly DependencyProperty SelectionFillSymbolProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

SelectionLineSymbolProperty

Identifies the SelectionLineSymbol dependency property.

Declaration
public static readonly DependencyProperty SelectionLineSymbolProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

AreaSketchEditor

Gets or sets the sketch editor used for measuring areas.

Declaration
public SketchEditor? AreaSketchEditor { get; set; }
Property Value
Type Description
Nullable<SketchEditor>
| Improve this Doc View Source

AreaUnits

Gets or sets the collection of used to configure display for area measurements.

Declaration
public IList<AreaUnit>? AreaUnits { get; set; }
Property Value
Type Description
Nullable<IList<AreaUnit>>
| Improve this Doc View Source

LinearUnits

Gets or sets the collection of used to configure display for distance measurements.

Declaration
public IList<LinearUnit>? LinearUnits { get; set; }
Property Value
Type Description
Nullable<IList<LinearUnit>>
| Improve this Doc View Source

LineSketchEditor

Gets or sets the sketch editor used for measuring distances.

Declaration
public SketchEditor? LineSketchEditor { get; set; }
Property Value
Type Description
Nullable<SketchEditor>
| Improve this Doc View Source

MapView

Gets or sets the map view where measuring distances and areas will be done.

Declaration
public MapView? MapView { get; set; }
Property Value
Type Description
Nullable<MapView>
| Improve this Doc View Source

SelectedAreaUnit

Gets or sets the unit used to display for area measurements.

Declaration
public AreaUnit? SelectedAreaUnit { get; set; }
Property Value
Type Description
Nullable<AreaUnit>
| Improve this Doc View Source

SelectedLinearUnit

Gets or sets the unit used to display for distance measurements.

Declaration
public LinearUnit? SelectedLinearUnit { get; set; }
Property Value
Type Description
Nullable<LinearUnit>
| Improve this Doc View Source

SelectionFillSymbol

Gets or sets the symbol used for highlighting the polygon feature or graphic whose geometry is measured for area.

Declaration
public Symbology.Symbol? SelectionFillSymbol { get; set; }
Property Value
Type Description
Nullable<Symbology.Symbol>
| Improve this Doc View Source

SelectionLineSymbol

Gets or sets the symbol used for highlighting the polyline feature or graphic whose geometry is measured for distance.

Declaration
public Symbology.Symbol? SelectionLineSymbol { get; set; }
Property Value
Type Description
Nullable<Symbology.Symbol>

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX