GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
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.Options.SketchTooltipOptions>
Inheritance System.Object 🡒 SketchTooltipOptions
Implements System.IEquatable<SketchTooltipOptions>
Constructors
SketchTooltipOptions(bool, string, string, Nullable, VisibleElements) 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, string? HelpMessage=null, string? HelpMessageIcon=null, System.Nullable<bool> InputEnabled=null, dymaptic.GeoBlazor.Core.Components.VisibleElements? VisibleElements=null);
Parameters
Enabled
System.Boolean
Whether tooltips are shown while sketching and editing.
default false
ArcGIS Maps SDK for JavaScript
HelpMessage
System.String
A custom help message that is displayed at the bottom of the tooltip.
default null
ArcGIS Maps SDK for JavaScript
HelpMessageIcon
System.String
An icon that is displayed next to the help message at the bottom of the tooltip.
default null
ArcGIS Maps SDK for JavaScript
InputEnabled
System.Nullable<System.Boolean>
Whether users can focus the tooltip and input constraint values.
default true
ArcGIS Maps SDK for JavaScript
VisibleElements
dymaptic.GeoBlazor.Core.Components.VisibleElements
The elements that are displayed within the tooltip while sketching.
ArcGIS Maps SDK for JavaScript
Properties
SketchTooltipOptions.Enabled Property
Whether tooltips are shown while sketching and editing.
default false
ArcGIS Maps SDK for JavaScript
public bool Enabled { get; set; }
Property Value
SketchTooltipOptions.HelpMessage Property
A custom help message that is displayed at the bottom of the tooltip.
default null
ArcGIS Maps SDK for JavaScript
public string? HelpMessage { get; set; }
Property Value
SketchTooltipOptions.HelpMessageIcon Property
An icon that is displayed next to the help message at the bottom of the tooltip.
default null
ArcGIS Maps SDK for JavaScript
public string? HelpMessageIcon { get; set; }
Property Value
SketchTooltipOptions.InputEnabled Property
Whether users can focus the tooltip and input constraint values.
default true
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> InputEnabled { get; set; }
Property Value
System.Nullable<System.Boolean>
SketchTooltipOptions.VisibleElements Property
The elements that are displayed within the tooltip while sketching.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.VisibleElements? VisibleElements { get; set; }