Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.