Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

ActionButton Class

A customizable button that performs a specific action(s) used in widgets such as the Popup, LayerList, and
BasemapLayerList.

public class ActionButton : dymaptic.GeoBlazor.Core.Components.ActionBase

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 ActionBase 🡒 ActionButton

Properties

ActionButton.Image Property

The URL to an image that will be used to represent the action. This property will be used as a background image for
the node. It may be used in conjunction with the className property or by itself. If neither image nor className
are specified, a default icon will display

public string? Image { get; set; }

Property Value

System.String

ActionButton.Type Property

Specifies the type of action. Choose between “button” or “toggle”.

public override string Type { get; }

Property Value

System.String