Class DataFormVerticalStackLayout
Arranges the items of a RadDataForm in a vertical stack layout. For more information see the Microsoft.Maui.Controls.VerticalStackLayout component.
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormVerticalStackLayout : DataFormLayout
Constructors
DataFormVerticalStackLayout()
Declaration
public DataFormVerticalStackLayout()
Fields
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Spacing
Specifies the spacing in pixels between the items in the stack.
Declaration
public double Spacing { get; set; }
Property Value
System.Double
|