GeoBlazor Pro
layout: pro title: DefaultUpdateHighlightOptions parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
DefaultUpdateHighlightOptions Class
Default update options set for the Sketch widget. Update options set on this property will be overwritten if the update options are changed when update() method is called.
public class DefaultUpdateHighlightOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.DefaultUpdateHighlightOptions>
Inheritance System.Object 🡒 DefaultUpdateHighlightOptions
Implements System.IEquatable<DefaultUpdateHighlightOptions>
Constructors
DefaultUpdateHighlightOptions(bool) Constructor
Default update options set for the Sketch widget. Update options set on this property will be overwritten if the update options are changed when update() method is called.
public DefaultUpdateHighlightOptions(bool Enabled);
Parameters
Enabled
System.Boolean
Indicates if highlighting is enabled for update operations. Only supported in 2D. Default Value: true.
Properties
DefaultUpdateHighlightOptions.Enabled Property
Indicates if highlighting is enabled for update operations. Only supported in 2D. Default Value: true.
public bool Enabled { get; set; }