SketchStyle QML Type
SketchStyle allows the visual appearance of the SketchEditor to be configured. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri::ArcGISRuntime 100.12 |
Inherits: |
- List of all members, including inherited members
- SketchStyle is part of QML Type List.
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.
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
.