SketchStyle QML Type

SketchStyle allows the visual appearance of the SketchEditor to be configured. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri::ArcGISRuntime 100.12
Inherits:

Object

Properties

Signals

Detailed Description

Property Documentation

feedbackFillSymbol : Symbol

Used to display feedback when editing polygon geometries. When interacting with a whole geometry, this will be displayed as a temporary symbol to aid with editing.


feedbackLineSymbol : Symbol

Used to display feedback when editing line geometries. When interacting with a geometry edge, this will be displayed as a temporary symbol to aid with editing.


feedbackVertexSymbol : Symbol

Used to display feedback when editing point geometries. When interacting with geometry vertices, this will be displayed as a temporary symbol to aid with editing.


fillSymbol : Symbol

The symbol used to fill polygons.


lineSymbol : Symbol

The symbol for symbolizing a line geometry.


midVertexSymbol : Symbol

The symbol used to display middle point geometry between two vertices.


selectedMidVertexSymbol : Symbol

The symbol used to display the selected middle vertex.


selectedVertexSymbol : Symbol

The symbol to display the selected vertex.


showNumbersForVertices : bool

Indicates if every vertex in the sketch is labeled with a number.


vertexSymbol : Symbol

The symbol used to display the vertices.


vertexTextSymbol : TextSymbol

The symbol to display the text over vertices when number labeling is enabled for vertices.


Signal Documentation

feedbackFillSymbolChanged()

Emitted when the feedbackFillSymbol property changes.

Note: The corresponding handler is onFeedbackFillSymbolChanged.


feedbackLineSymbolChanged()

Emitted when the feedbackLineSymbol property changes.

Note: The corresponding handler is onFeedbackLineSymbolChanged.


feedbackVertexSymbolChanged()

Emitted when the feedbackVertexSymbol property changes.

Note: The corresponding handler is onFeedbackVertexSymbolChanged.


fillSymbolChanged()

Emitted when the fillSymbol property changes.

Note: The corresponding handler is onFillSymbolChanged.


lineSymbolChanged()

Emitted when the lineSymbol property changes.

Note: The corresponding handler is onLineSymbolChanged.


midVertexSymbolChanged()

Emitted when the midVertexSymbol property changes.

Note: The corresponding handler is onMidVertexSymbolChanged.


selectedMidVertexSymbolChanged()

Emitted when the selectedMidVertexSymbol property changes.

Note: The corresponding handler is onSelectedMidVertexSymbolChanged.


selectedVertexSymbolChanged()

Emitted when the selectedVertexSymbol property changes.

Note: The corresponding handler is onSelectedVertexSymbolChanged.


showNumbersForVerticesChanged()

Emitted when the showNumbersForVertices property changes.

Note: The corresponding handler is onShowNumbersForVerticesChanged.


vertexSymbolChanged()

Emitted when the vertexSymbol property changes.

Note: The corresponding handler is onVertexSymbolChanged.


vertexTextSymbolChanged()

Emitted when the vertexTextSymbol property changes.

Note: The corresponding handler is onVertexTextSymbolChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close