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