Class SketchStyle
Defines the symbology used by the SketchEditor.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Obsolete("Use GeometryEditor with GeometryEditorStyle instead")]
public sealed class SketchStyle : INotifyPropertyChanged
Constructors
| Name | Description |
|---|---|
| SketchStyle() | Initializes a new instance of the SketchStyle class. |
Properties
| Name | Description |
|---|---|
| FeedbackFillSymbol | Gets or sets the symbol used to display feedback when editing polygon geometry. Use a symbol that can symbolize a polygon geometry. |
| FeedbackLineSymbol | Gets or sets the symbol used to display feedback when editing line geometry. Use a symbol that can symbolize a line geometry. |
| FeedbackVertexSymbol | Gets or sets the symbol used to display feedback when editing point geometry. Use a symbol that can symbolize a point geometry. |
| FillSymbol | Gets or sets the symbol used to fill the polygon geometry. |
| LineSymbol | Gets or sets the symbol used for polyline geometry and outline for the polygon geometry. |
| MidVertexSymbol | Gets or sets the symbol used for adding new vertex. |
| RotateSymbol | Gets or sets the symbol used for rotate tool. |
| ScaleSymbol | Gets or sets the symbol used for scale tool. |
| SelectedMidVertexSymbol | Gets or sets the symbol used to display the selected mid vertex. Use a symbol that can symbolize a point geometry. |
| SelectedVertexSymbol | Gets or sets the symbol used for point geometry or when vertex is selected in a polyline/polygon geometry. |
| ShowNumbersForVertices | Gets or sets a value indicating whether every vertex in the sketch is labeled with a number. |
| TransformBoxSymbol | Gets or sets the symbol used for the bounding box when scale or rotate tools are active. |
| VertexSymbol | Gets or sets the symbol used for vertices in a polyline/polygon geometry. |
| VertexTextSymbol | Gets or sets the symbol used to display the text over vertices when numbers are enabled for vertices. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a non-dependency property value changes. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |