Class DataFormVerticalStackLayout
Arranges the items of a Rad
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.
|
Properties
Spacing
Specifies the spacing in pixels between the items in the stack.
Declaration
public double Spacing { get; set; }
Property Value
System.
|