TextEditBase.ActualAppearance Property
Gets the common appearance settings that are applied to the current TextEditBase.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public TextEditBaseActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
TextEditBaseActualAppearance | Appearance settings that are applied to the current TextEditBase. |
See Also