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