TextEdit.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current TextEdit.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public TextEditActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Text |
Appearance settings that are applied to the current Text |
See Also