GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

SketchViewModelDefaultUpdateOptionsHighlightOptions Class

Options that control when to display or hide highlights for update operations.
ArcGIS Maps SDK for JavaScript

public class SketchViewModelDefaultUpdateOptionsHighlightOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.SketchViewModelDefaultUpdateOptionsHighlightOptions>

Inheritance System.Object 🡒 SketchViewModelDefaultUpdateOptionsHighlightOptions

Implements System.IEquatable<SketchViewModelDefaultUpdateOptionsHighlightOptions>

Constructors

SketchViewModelDefaultUpdateOptionsHighlightOptions(Nullable) Constructor

Options that control when to display or hide highlights for update operations.
ArcGIS Maps SDK for JavaScript

public SketchViewModelDefaultUpdateOptionsHighlightOptions(System.Nullable<bool> Enabled=null);

Parameters

Enabled System.Nullable<System.Boolean>

Indicates if highlighting is enabled for update operations.
default true
ArcGIS Maps SDK for JavaScript

Properties

SketchViewModelDefaultUpdateOptionsHighlightOptions.Enabled Property

Indicates if highlighting is enabled for update operations.
default true
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Enabled { get; set; }

Property Value

System.Nullable<System.Boolean>