Class AppBarSpacer
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AppBarSpacer : AppBarItemBase, IDisposable
Constructors
AppBarSpacer()
Declaration
public AppBarSpacer()
Properties
Size
Determines the width of the spacer. If no width is specified, the spacer will take up all the available space between sections.
Declaration
public string Size { get; set; }
Property Value
System.String
|