GeoBlazor Pro


layout: pro title: CreateTools parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Widgets

CreateTools Class

The available sketch tools within the widget.

public class CreateTools : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 CreateTools

Properties

CreateTools.Circle Property

Indicates whether to display the circle sketch tool. Default is true.

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

Property Value

System.Nullable<System.Boolean>

CreateTools.Point Property

Indicates whether to display the point sketch tool. Default is true.

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

Property Value

System.Nullable<System.Boolean>

CreateTools.Polygon Property

Indicates whether to display the polygon sketch tool. Default is true.

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

Property Value

System.Nullable<System.Boolean>

CreateTools.Polyline Property

Indicates whether to display the polyline sketch tool. Default is true.

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

Property Value

System.Nullable<System.Boolean>

CreateTools.Rectangle Property

Indicates whether to display the rectangle sketch tool. Default is true.

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

Property Value

System.Nullable<System.Boolean>