Class RadzenFlexComponent
A base class of row/col components.
Inheritance
RadzenFlexComponent
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenFlexComponent : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenFlexComponent()
A base class of row/col components.
Declaration
public RadzenFlexComponent()
Properties
AlignItems
Gets or sets the items alignment.
Declaration
[Parameter]
public AlignItems AlignItems { get; set; }
Property Value
Type | Description |
---|---|
AlignItems | The items alignment. |
JustifyContent
Gets or sets the content justify.
Declaration
[Parameter]
public JustifyContent JustifyContent { get; set; }
Property Value
Type | Description |
---|---|
JustifyContent | The content justify. |