ClassTelerikAppBar
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikAppBar : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikAppBar
Implements:
Inherited Members
Constructors
TelerikAppBar()
Declaration
public TelerikAppBar()
Properties
ChildContent
The content of the AppBar.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Height
Defines the height of the appbar.
Position
Defines where in the page the AppBar will be positioned. Valid options are: None: Does not add specific positioning syles. (Default value) Top: Postions the AppBar at the top of the page / closest relative container. Bottom: Postions the AppBar at the bottom of the page / closest relative container.
Declaration
[Parameter]
public AppBarPosition Position { get; set; }
Property Value
PositionMode
Defines the type of positioning. Valid options are: Static: positions the AppBar according to the normal flow of the page. (Default value) Sticky: sticks the AppBar to a given position(top or bottom). Fixed: positions the AppBar relative to the viewport.
Declaration
[Parameter]
public AppBarPositionMode PositionMode { get; set; }
Property Value
ThemeColor
Specifies the theme color of the AppBar. Default value is Primary.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides