FormItemBaseActualAppearance.HorizontalSpacing Property
Gets the horizontal spacing value that is applied to the FormItemBase descendant. To specify this value, use the HorizontalSpacing property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double HorizontalSpacing { get; }
Property Value
Type | Description |
---|---|
Double | The horizontal spacing. |
See Also