dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

RotatorPanel Class

Custom HTML for the home page.

public class RotatorPanel :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RotatorPanel>

Inheritance System.Object 🡒 RotatorPanel

Implements System.IEquatable<RotatorPanel>

Constructors

RotatorPanel() Constructor

public RotatorPanel();

Properties

RotatorPanel.Id Property

The Id of the panel.

public string? Id { get; set; }

Property Value

System.String

RotatorPanel.InnerHTML Property

The HTML content of the panel.

public string? InnerHTML { get; set; }

Property Value

System.String