Property IsGeometryGuidesEnabled
IsGeometryGuidesEnabled
Gets or sets a value indicating whether to allow interactive snapping relative to the current Geometry. Default is true.
Declaration
public bool IsGeometryGuidesEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|
Remarks
When enabled, additional visual cues appear as temporary guides when interactively editing polygon or polyline geometries, allowing edits to be snapped to:
- coincide with an existing edge (segment) or vertex of the current Geometry
- create a new segment perpendicular to the previous segment of the current Geometry
- create a new segment as an extension of the previous segment of the current Geometry
- create a new segment parallel to an existing segment of the current Geometry
The guides shown indicate the type of snap occurring.
Ignored if IsEnabled is false.
Geometry guides can be combined with snapping to other features or graphics by ensuring
IsFeatureSnappingEnabled is true and configuring SourceSettings
appropriately.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |