Class SketchStyle
Defines the symbology used by the SketchEditor.
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |