GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

SketchTooltipOptions Class

The SketchTooltipOptions allows users to configure the tooltips which are shown while sketching and editing.
ArcGIS Maps SDK for JavaScript

public class SketchTooltipOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SketchTooltipOptions>

Inheritance System.Object 🡒 SketchTooltipOptions

Implements System.IEquatable<SketchTooltipOptions>

Constructors

SketchTooltipOptions(bool) Constructor

The SketchTooltipOptions allows users to configure the tooltips which are shown while sketching and editing.
ArcGIS Maps SDK for JavaScript

public SketchTooltipOptions(bool Enabled);

Parameters

Enabled System.Boolean

Whether tooltips are shown while sketching and editing.
Default Value:false

Properties

SketchTooltipOptions.Enabled Property

Whether tooltips are shown while sketching and editing.
Default Value:false

public bool Enabled { get; set; }

Property Value

System.Boolean