GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SupportingWidgetSketch Class
An object containing properties specific for customizing the Sketch widget.
public class SupportingWidgetSketch :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.SupportingWidgetSketch>
Inheritance System.Object 🡒 SupportingWidgetSketch
Implements System.IEquatable<SupportingWidgetSketch>
Constructors
SupportingWidgetSketch(object, SimpleMarkerSymbol, SimpleFillSymbol, SimpleLineSymbol) Constructor
An object containing properties specific for customizing the Sketch widget.
public SupportingWidgetSketch(object? DefaultUpdateOptions, dymaptic.GeoBlazor.Core.Components.Symbols.SimpleMarkerSymbol MarkerSymbol, dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol PolygonSymbol, dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol PolylineSymbol);
Parameters
DefaultUpdateOptions
System.Object
An object containing the defaultUpdateOptions for the Sketch widget.
MarkerSymbol
dymaptic.GeoBlazor.Core.Components.Symbols.SimpleMarkerSymbol
The marker symbol used to symbolize any point feature updates.
PolygonSymbol
dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol
The polygon symbol used to symbolize any polygon feature updates.
PolylineSymbol
dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol
The polygon symbol used to symbolize any polygon feature updates.
Properties
SupportingWidgetSketch.DefaultUpdateOptions Property
An object containing the defaultUpdateOptions for the Sketch widget.
public object? DefaultUpdateOptions { get; set; }
Property Value
SupportingWidgetSketch.MarkerSymbol Property
The marker symbol used to symbolize any point feature updates.
public dymaptic.GeoBlazor.Core.Components.Symbols.SimpleMarkerSymbol MarkerSymbol { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Symbols.SimpleMarkerSymbol
SupportingWidgetSketch.PolygonSymbol Property
The polygon symbol used to symbolize any polygon feature updates.
public dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol PolygonSymbol { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol
SupportingWidgetSketch.PolylineSymbol Property
The polygon symbol used to symbolize any polygon feature updates.
public dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol PolylineSymbol { get; set; }