layout: default title: MediaInfo parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Popups

MediaInfo Class

Base class for all MediaInfos used in MediaPopupContent

public abstract class MediaInfo : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 MediaInfo

Derived
BarChartMediaInfo
ColumnChartMediaInfo
ImageMediaInfo
LineChartMediaInfo
PieChartMediaInfo

Properties

MediaInfo.Type Property

Indicates the type of media

public abstract string Type { get; }

Property Value

System.String