dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components
ActionToggle Class
A customizable toggle used in the LayerList widget that performs a specific action(s) which can be toggled on/off.
public class ActionToggle : dymaptic.GeoBlazor.Core.Components.ActionBase
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ActionBase 🡒 ActionToggle
Properties
ActionToggle.Type Property
Specifies the type of action. Choose between “button” or “toggle”.
public override string Type { get; }
Property Value
ActionToggle.Value Property
Indicates the value of whether the action is toggled on/off.
public System.Nullable<bool> Value { get; set; }