Class RadzenStack
RadzenStack component.
Inheritance
System.Object
RadzenStack
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenStack : RadzenFlexComponent, IDisposable
Properties
Gap
Gets or sets the spacing
Declaration
public string Gap { get; set; }
Property Value
Type | Description |
---|---|
System.String | The spacing. |
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation | The orientation. |
Reverse
Gets or sets the reverse
Declaration
public bool Reverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The reverse. |
Wrap
Gets or sets the wrap.
Declaration
public FlexWrap Wrap { get; set; }
Property Value
Type | Description |
---|---|
FlexWrap | The wrap. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetComponentStyle()
Gets the component CSS style.
Declaration
protected string GetComponentStyle()
Returns
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Implements
IDisposable