Skip to main content

FormItemBaseActualAppearance.ArrowMargin Property

Gets the arrow margin value that is applied to the FormItemBase descendant. To specify this value, use the ArrowMargin property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness ArrowMargin { get; }

Property Value

Type Description
Thickness

The arrow margin value.

See Also