Skip to main content

EditBaseActualAppearance.BottomTextTopIndent Property

Gets the bottom text’s top indent value that is applied to the EditBase. To specify this value, use the BottomTextTopIndent property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double BottomTextTopIndent { get; }

Property Value

Type Description
Double

The bottom text’s top indent.

See Also