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