Skip to main content

FormItemBaseActualAppearance.ImageMargin Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness ImageMargin { get; }

Property Value

Type Description
Thickness

The image margin.

See Also