GeoBlazor Pro
layout: pro title: SupportingWidgetSketch parent: Pro Classes grand_parent: 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 : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 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=null, dymaptic.GeoBlazor.Core.Components.Symbols.SimpleFillSymbol? polygonSymbol=null, dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol? polylineSymbol=null);
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; }