Skip to main content

FormItemBaseActualAppearance.VerticalSpacing Property

Gets the vertical spacing value that is applied to the FormItemBase descendant. To specify this value, use the VerticalSpacing property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double VerticalSpacing { get; }

Property Value

Type Description
Double

The vertical spacing.

See Also