Class GeometryEditorStyle
Defines the visual appearance of a geometry displayed by the Geometry
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeometryEditorStyle : INotifyPropertyChanged
Remarks
Each Geometry
When a Geometry
You can change the Opacity of the overall style, or alternatively set different opacity (alpha) values on the individual symbols of the style, so that the underlying map components are visible through the geometry being edited.
You can set each symbol to null
- consider carefully how this can affect your workflows, as you will not be able
to see, select, or otherwise interact with those Geometry
When snapping is enabled (Is
Constructors
Name | Description |
---|---|
Geometry |
Initializes a new instance of the Geometry |
Properties
Name | Description |
---|---|
Bounding |
Gets or sets the symbol used to draw control handles for interactive scaling when a scalable element is selected
in the Geometry |
Bounding |
Gets or sets the symbol used to draw a bounding box when a movable, rotatable, or scalable element is selected
in the Geometry |
Feedback |
Gets or sets the symbol used to draw the edges currently being changed by an interactive edit, when editing polyline or polygon geometries. |
Feedback |
Gets or sets the symbol used to draw vertices currently being changed by an interactive edit, when editing any geometry type. |
Fill |
Gets or sets the symbol used to fill the current geometry when editing polygon geometries. |
Line |
Gets or sets the symbol used to draw the current geometry when editing polyline geometries, and the outline of the geometry when editing polygon geometries. |
Mid |
Gets or sets the symbol used to draw the mid-vertices of the current geometry when editing polygon or polyline geometries. |
Multiple |
Gets or sets the symbol used to indicate that multiple candidates for snapping exist at the interactive edit
position, when the Geometry |
Opacity | Gets or sets the opacity of the Geometry |
Rotate |
Gets or sets the symbol used to draw a control handle for interactive rotation of the selected element, when a rotatable
element is selected in the Geometry |
Selected |
Gets or sets the symbol used to draw the currently selected mid-vertex of the current geometry when editing polygon or polyline geometries. |
Selected |
Gets or sets the symbol used to draw the currently selected vertex of the current geometry when editing any geometry type. |
Snapped |
Gets or sets the symbol used to indicate an edge (segment) of a geometry during an interactive edit, when the
Geometry |
Snapped |
Gets or sets the symbol used to indicate a vertex of a geometry during an interactive edit, when the
Geometry |
Vertex |
Gets or sets the symbol used to draw the vertices of the current geometry when editing any geometry type. |
Vertex |
Gets or sets the symbol used to draw vertex numbers for the current geometry. If |
Events
Name | Description |
---|---|
Property |
Occurs when a non-dependency property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |