Class TelerikAppBar
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikAppBar : BaseComponent, IDisposable, IAppBarItemsContainer
Constructors
TelerikAppBar()
Declaration
public TelerikAppBar()
Properties
ChildContent
The content of the AppBar.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Height
Defines the height of the appbar.
Declaration
public string Height { get; set; }
Property Value
System.String
|
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
public AppBarPosition Position { get; set; }
Property Value
AppBarPosition
|
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
public AppBarPositionMode PositionMode { get; set; }
Property Value
AppBarPositionMode
|
ThemeColor
Specifies the theme color of the AppBar. Default value is Primary.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Width
Defines the width of the appbar.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Refresh()
Re-renders the component.
Declaration
public void Refresh()