GeoBlazor Pro
layout: pro title: SelectionTools parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
SelectionTools Class
The available selection tools within the widget.
public class SelectionTools : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 SelectionTools
Properties
SelectionTools.LassoSelection Property
Indicates whether to display the “lasso-selection” tool. Default is true.
public System.Nullable<bool> LassoSelection { get; set; }
Property Value
System.Nullable<System.Boolean>
SelectionTools.RectangleSelection Property
Indicates whether to display the “rectangle-selection” tool. Default is true.
public System.Nullable<bool> RectangleSelection { get; set; }