BottomSheet.ActualAppearance Property
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
public BottomSheetActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
BottomSheetActualAppearance | Appearance settings applied to the current BottomSheet. |
See Also