Class
DataFormVerticalStackLayout

Arranges the items of a RadDataForm in a vertical stack layout. For more information see the component.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataFormVerticalStackLayout : DataFormLayout

Inheritance: objectDataFormLayoutDataFormVerticalStackLayout

Constructors

DataFormVerticalStackLayout()

Declaration

cs-api-definition
public DataFormVerticalStackLayout()

Fields

SpacingProperty

Identifies the Spacing property.

Declaration

cs-api-definition
public static readonly BindableProperty SpacingProperty

Field Value

BindableProperty

Properties

Spacing

Specifies the spacing in pixels between the items in the stack.

Declaration

cs-api-definition
public double Spacing { get; set; }

Property Value

double