Class MBDivider
A Material Theme divider.
public class MBDivider : ComponentFoundation, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
MBDivider
- Implements
- Inherited Members
Constructors
MBDivider()
public MBDivider()
Properties
Inset
Material Theme "mdc-deprecated-list-divider--inset" if True.
[Parameter]
public bool Inset { get; set; }
Property Value
Padded
Material Theme "mdc-deprecated-list-divider--padded" if True.
[Parameter]
public bool Padded { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitializedAsync()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
protected override Task OnInitializedAsync()