GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

SketchWidgetVisibleElements Class

The visible elements that are displayed within the widget. This provides the ability to turn individual elements of the widget’s display on/off.
ArcGIS Maps SDK for JavaScript

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

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

Properties

SketchWidgetVisibleElements.CreateTools Property

The available sketch tools within the widget.

public dymaptic.GeoBlazor.Pro.Components.Widgets.CreateTools? CreateTools { get; set; }

Property Value

CreateTools

SketchWidgetVisibleElements.DuplicateButton Property

Indicates whether to display the ‘duplicate’ button while a graphic is selected. Default is true.

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

Property Value

System.Nullable<System.Boolean>

SketchWidgetVisibleElements.SelectionTools Property

The available selection tools within the widget.

public dymaptic.GeoBlazor.Pro.Components.Widgets.SelectionTools? SelectionTools { get; set; }

Property Value

SelectionTools

SketchWidgetVisibleElements.SettingsMenu Property

Indicates whether to display the settings menu. Currently this menu contains snapping options. Default value is true.

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

Property Value

System.Nullable<System.Boolean>

SketchWidgetVisibleElements.SnappingControls Property

Indicates whether to display the SnappingControls widget. Default is true.

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

Property Value

System.Nullable<System.Boolean>

SketchWidgetVisibleElements.SnappingControlsElements Property

The available SnappingControls elements within the widget.

public dymaptic.GeoBlazor.Pro.Components.Widgets.SnappingControlsElement? SnappingControlsElements { get; set; }

Property Value

SnappingControlsElement

SketchWidgetVisibleElements.UndoRedoMenu Property

Indicates whether to display the undo/redo menu within the widget. Default is true.

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

Property Value

System.Nullable<System.Boolean>