Show / Hide Table of Contents

Class SketchStyle

Defines the symbology used by the SketchEditor.

Inheritance
Object
SketchStyle
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.