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