GeoBlazor Pro


layout: pro title: SnappingControlsElement parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

SnappingControlsElement Class

The elements contained within the snapping controls.

public class SnappingControlsElement : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SnappingControlsElement

Properties

SnappingControlsElement.EnabledToggle Property

Indicates whether to display the snapping controls’ toggle to entirely enable/disable snapping. Default value is true.

public bool EnabledToggle { get; set; }

Property Value

System.Boolean

SnappingControlsElement.FeatureEnabledToggle Property

Indicates whether to display the snapping controls’ toggle to enable/disable Feature to feature snapping. Default is true.

public System.Nullable<bool> FeatureEnabledToggle { get; set; }

Property Value

System.Nullable<System.Boolean>

SnappingControlsElement.Header Property

Indicates whether to display the snapping controls’ header. Default value is false.

public System.Nullable<bool> Header { get; set; }

Property Value

System.Nullable<System.Boolean>

SnappingControlsElement.LayerList Property

Indicates whether to display snapping controls’ Snapping layers. Default value is true.

public System.Nullable<bool> LayerList { get; set; }

Property Value

System.Nullable<System.Boolean>

SnappingControlsElement.SelfEnabledToggle Property

Indicates whether to display the snapping controls’ toggle to enable/disable Geometry guides. Default value is true.

public System.Nullable<bool> SelfEnabledToggle { get; set; }

Property Value

System.Nullable<System.Boolean>