Table of Contents

Class MudSkeleton

Namespace
MudBlazor
Assembly
MudBlazor.dll
public class MudSkeleton : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudSkeleton
Implements
Inherited Members
Extension Methods

Constructors

MudSkeleton()

public MudSkeleton()

Properties

Animation

Animation style, if false it will be disabled.

[Parameter]
[Category("Appearance")]
public Animation Animation { get; set; }

Property Value

Animation

Classname

protected string Classname { get; }

Property Value

string

Height

Height defined in string, needs px or % or equal prefix.

[Parameter]
[Category("Appearance")]
public string? Height { get; set; }

Property Value

string

SkeletonType

Shape of the skeleton that will be rendered.

[Parameter]
[Category("Appearance")]
public SkeletonType SkeletonType { get; set; }

Property Value

SkeletonType

Stylename

protected string Stylename { get; }

Property Value

string

Width

With defined in string, needs px or % or equal prefix.

[Parameter]
[Category("Appearance")]
public string? Width { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder