Class RadzenStack
RadzenStack component.
Inheritance
RadzenStack
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenStack : RadzenFlexComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenStack()
RadzenStack component.
Declaration
public RadzenStack()
Properties
Gap
Gets or sets the spacing
Declaration
[Parameter]
public string Gap { get; set; }
Property Value
Type | Description |
---|---|
string | The spacing. |
Orientation
Gets or sets the orientation.
Declaration
[Parameter]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation | The orientation. |
Reverse
Gets or sets the reverse
Declaration
[Parameter]
public bool Reverse { get; set; }
Property Value
Type | Description |
---|---|
bool | The reverse. |
Wrap
Gets or sets the wrap.
Declaration
[Parameter]
public FlexWrap Wrap { get; set; }
Property Value
Type | Description |
---|---|
FlexWrap | The wrap. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenStack component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |
Overrides
GetComponentStyle()
Gets the component CSS style.
Declaration
protected string GetComponentStyle()
Returns
Type | Description |
---|---|
string |
GetStyle()
Gets the final CSS style rendered by the component. Combines it with a style
custom attribute.
Declaration
protected string GetStyle()
Returns
Type | Description |
---|---|
string |