GeoBlazor Pro
layout: pro title: EditorWidgetVisibleElements parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
EditorWidgetVisibleElements 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 EditorWidgetVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 EditorWidgetVisibleElements
Properties
EditorWidgetVisibleElements.SketchTooltipControls Property
Indicates whether to display tooltips while sketching. Default value is true.
public System.Nullable<bool> SketchTooltipControls { get; set; }
Property Value
System.Nullable<System.Boolean>
EditorWidgetVisibleElements.SnappingControls Property
Indicates whether snapping controls will be displayed. Default value is true.
public System.Nullable<bool> SnappingControls { get; set; }
Property Value
System.Nullable<System.Boolean>
EditorWidgetVisibleElements.SnappingControlsElement Property
The elements contained within the snapping controls.
public dymaptic.GeoBlazor.Pro.Components.Widgets.SnappingControlsElement? SnappingControlsElement { get; set; }