Property Style
Style
Gets or sets the visual appearance of GeometryEditor geometries when this tool is in use.
Declaration
public GeometryEditorStyle Style { get; set; }
Property Value
Type | Description |
---|---|
GeometryEditorStyle | Defines the visual appearance of GeometryEditor geometries when this tool is in use. |
Remarks
When a GeometryEditorTool is created, a consistent set of default symbology appropriate for that tool
type is applied to its Style property. For example, the FreehandTool defines all
vertex symbols as null
by default because this tool uses drag gestures to define entire parts of polyline
and polygon geometries, whereas the VertexTool defines non-null vertex symbols because it is important
to be able to see and interact with individual vertices when editing geometries with this tool.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |