EmptyPlaceholder Class

Shows an empty placeholder SVG.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class EmptyPlaceholder : ComponentBase
Inheritance
Object    ComponentBase    EmptyPlaceholder

Constructors

EmptyPlaceholderInitializes a new instance of the EmptyPlaceholder class

Properties

Height Height of the placeholder
Width Width of the placeholder

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also