Class LayoutProperties
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the layout properties for a user interface.
public class LayoutProperties
- Inheritance
-
LayoutProperties
- Inherited Members
- Extension Methods
Constructors
LayoutProperties()
public LayoutProperties()
Properties
AppbarHeight
Gets or sets the height of the appbar.
public string AppbarHeight { get; set; }
Property Value
DefaultBorderRadius
Gets or sets the default border radius.
public string DefaultBorderRadius { get; set; }
Property Value
DrawerMiniWidthLeft
Gets or sets the width of the mini drawer on the left side.
public string DrawerMiniWidthLeft { get; set; }
Property Value
DrawerMiniWidthRight
Gets or sets the width of the mini drawer on the right side.
public string DrawerMiniWidthRight { get; set; }
Property Value
DrawerWidthLeft
Gets or sets the width of the drawer on the left side.
public string DrawerWidthLeft { get; set; }
Property Value
DrawerWidthRight
Gets or sets the width of the drawer on the right side.
public string DrawerWidthRight { get; set; }