Enum SkeletonType
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the shape of a MudSkeleton component.
public enum SkeletonType
- Extension Methods
Fields
Circle = 1
The skeleton displays a circle shape.
Rectangle = 2
The skeleton displays a rectangle shape.
Text = 0
The skeleton is a placeholder for text.