Class DataFormFlexLayout
Arranges the items of a Rad
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormFlexLayout : DataFormLayout
Constructors
DataFormFlexLayout()
Declaration
public DataFormFlexLayout()
Fields
AlignContentProperty
Identifies the Align
Declaration
public static readonly BindableProperty AlignContentProperty
Field Value
Microsoft.
|
AlignItemsProperty
Identifies the Align
Declaration
public static readonly BindableProperty AlignItemsProperty
Field Value
Microsoft.
|
DirectionProperty
Identifies the Direction property.
Declaration
public static readonly BindableProperty DirectionProperty
Field Value
Microsoft.
|
JustifyContentProperty
Identifies the Justify
Declaration
public static readonly BindableProperty JustifyContentProperty
Field Value
Microsoft.
|
PositionProperty
Identifies the Position property.
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Microsoft.
|
WrapProperty
Identifies the Wrap property.
Declaration
public static readonly BindableProperty WrapProperty
Field Value
Microsoft.
|
Properties
AlignContent
Gets or sets a value that controls how multiple rows or columns of items are aligned.
For more information see the Microsoft.
Declaration
public FlexAlignContent AlignContent { get; set; }
Property Value
Microsoft.
|
AlignItems
Gets or sets a value that controls how the items are laid out within their row or column.
For more information see the Microsoft.
Declaration
public FlexAlignItems AlignItems { get; set; }
Property Value
Microsoft.
|
Direction
Gets or sets the flex direction of the items within the flex layout.
For more information see the Microsoft.
Declaration
public FlexDirection Direction { get; set; }
Property Value
Microsoft.
|
JustifyContent
Gets or sets a value that controls how the items are justified when there is extra space.
For more information see the Microsoft.
Declaration
public FlexJustify JustifyContent { get; set; }
Property Value
Microsoft.
|
Position
Gets or sets a value that controls whether the coordinates of the items are absolute or relative.
For more information see the Microsoft.
Declaration
public FlexPosition Position { get; set; }
Property Value
Microsoft.
|
Wrap
Gets or sets a value that controls how the items within the flex layout wrap.
For more information see the Microsoft.
Declaration
public FlexWrap Wrap { get; set; }
Property Value
Microsoft.
|