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