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