Table of Contents

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

string

DefaultBorderRadius

Gets or sets the default border radius.

public string DefaultBorderRadius { get; set; }

Property Value

string

DrawerMiniWidthLeft

Gets or sets the width of the mini drawer on the left side.

public string DrawerMiniWidthLeft { get; set; }

Property Value

string

DrawerMiniWidthRight

Gets or sets the width of the mini drawer on the right side.

public string DrawerMiniWidthRight { get; set; }

Property Value

string

DrawerWidthLeft

Gets or sets the width of the drawer on the left side.

public string DrawerWidthLeft { get; set; }

Property Value

string

DrawerWidthRight

Gets or sets the width of the drawer on the right side.

public string DrawerWidthRight { get; set; }

Property Value

string