GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
SketchLabelOptions Class
The SketchLabelOptions
allows users to configure the labels which are shown next to each
segment of a graphic while sketching and editing.
ArcGIS Maps SDK for JavaScript
public class SketchLabelOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.SketchLabelOptions>
Inheritance System.Object 🡒 SketchLabelOptions
Implements System.IEquatable<SketchLabelOptions>
Constructors
SketchLabelOptions(bool) Constructor
The SketchLabelOptions
allows users to configure the labels which are shown next to each
segment of a graphic while sketching and editing.
ArcGIS Maps SDK for JavaScript
public SketchLabelOptions(bool Enabled);
Parameters
Enabled
System.Boolean
Whether labels are shown next to each segment of the graphic being sketched.
default false
ArcGIS Maps SDK for JavaScript
Properties
SketchLabelOptions.Enabled Property
Whether labels are shown next to each segment of the graphic being sketched.
default false
ArcGIS Maps SDK for JavaScript
public bool Enabled { get; set; }