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: |
Properties
- feedbackFillSymbol : Symbol
- feedbackLineSymbol : Symbol
- feedbackVertexSymbol : Symbol
- fillSymbol : Symbol
- lineSymbol : Symbol
- midVertexSymbol : Symbol
- selectedMidVertexSymbol : Symbol
- selectedVertexSymbol : Symbol
- showNumbersForVertices : bool
- vertexSymbol : Symbol
- vertexTextSymbol : TextSymbol
Signals
- feedbackFillSymbolChanged()
- feedbackLineSymbolChanged()
- feedbackVertexSymbolChanged()
- fillSymbolChanged()
- lineSymbolChanged()
- midVertexSymbolChanged()
- selectedMidVertexSymbolChanged()
- selectedVertexSymbolChanged()
- showNumbersForVerticesChanged()
- vertexSymbolChanged()
- vertexTextSymbolChanged()
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.
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
Emitted when the feedbackFillSymbol property changes.
Note: The corresponding handler is onFeedbackFillSymbolChanged
.
Emitted when the feedbackLineSymbol property changes.
Note: The corresponding handler is onFeedbackLineSymbolChanged
.
Emitted when the feedbackVertexSymbol property changes.
Note: The corresponding handler is onFeedbackVertexSymbolChanged
.
Emitted when the fillSymbol property changes.
Note: The corresponding handler is onFillSymbolChanged
.
Emitted when the lineSymbol property changes.
Note: The corresponding handler is onLineSymbolChanged
.
Emitted when the midVertexSymbol property changes.
Note: The corresponding handler is onMidVertexSymbolChanged
.
Emitted when the selectedMidVertexSymbol property changes.
Note: The corresponding handler is onSelectedMidVertexSymbolChanged
.
Emitted when the selectedVertexSymbol property changes.
Note: The corresponding handler is onSelectedVertexSymbolChanged
.
Emitted when the showNumbersForVertices property changes.
Note: The corresponding handler is onShowNumbersForVerticesChanged
.
Emitted when the vertexSymbol property changes.
Note: The corresponding handler is onVertexSymbolChanged
.
Emitted when the vertexTextSymbol property changes.
Note: The corresponding handler is onVertexTextSymbolChanged
.