GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

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.Components.Widgets.SketchLabelOptions>

Inheritance System.Object 🡒 SketchLabelOptions

Implements System.IEquatable<SketchLabelOptions>

Remarks

Known Limitation: The SketchLabelOptions allows users to configure the labels which are shown next to each segment of a graphic while sketching and editing.

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 Value:false

Remarks

Known Limitation: The SketchLabelOptions allows users to configure the labels which are shown next to each segment of a graphic while sketching and editing.

Properties

SketchLabelOptions.Enabled Property

Whether labels are shown next to each segment of the graphic being sketched.
Default Value:false

public bool Enabled { get; set; }

Property Value

System.Boolean