Class MudToolBar
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
public class MudToolBar : MudComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
- Inheritance
-
MudToolBar
- Implements
- Inherited Members
- Extension Methods
Constructors
MudToolBar()
public MudToolBar()
Properties
ChildContent
Child content of component.
[Parameter]
[Category("Behavior")]
public RenderFragment? ChildContent { get; set; }
Property Value
Classname
protected string Classname { get; }
Property Value
Dense
Uses compact padding.
[Parameter]
[Category("Appearance")]
public bool Dense { get; set; }
Property Value
Gutters
Adds left and right padding.
[Parameter]
[Category("Appearance")]
public bool Gutters { get; set; }
Property Value
WrapContent
Allows the toolbar's content to wrap.
[Parameter]
[Category("Behavior")]
public bool WrapContent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder