Table of Contents

Class MudDivider

Namespace
MudBlazor
Assembly
MudBlazor.dll

A thin line that groups content in lists and layouts.

public class MudDivider : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
MudDivider
Implements
Inherited Members
Extension Methods

Constructors

MudDivider()

public MudDivider()

Properties

Absolute

Uses an absolute position for this divider.

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

Property Value

bool

Remarks

Defaults to false.

Classname

protected string Classname { get; }

Property Value

string

DividerType

The type of divider to display.

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

Property Value

DividerType

Remarks

Defaults to FullWidth.

FlexItem

For vertical dividers, uses the correct height within a flex container.

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

Property Value

bool

Remarks

Defaults to false.

Light

Uses a lighter color.

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

Property Value

bool

Remarks

Defaults to false.

Vertical

Displays the divider vertically.

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

Property Value

bool

Remarks

Defaults to false.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder