Class BottomSheetContentWidthMode
Defines the content width mode for the SfBottomSheet control.
Inheritance
System.Object
BottomSheetContentWidthMode
Namespace: Syncfusion.Maui.Toolkit.BottomSheet
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class BottomSheetContentWidthMode : Enum
Fields
Custom
The BottomSheet will use a custom width value, centered if not full width.
Declaration
public const BottomSheetContentWidthMode Custom
Field Value
Type |
---|
BottomSheetContentWidthMode |
Full
The BottomSheet will span the full width of the parent container.
Declaration
public const BottomSheetContentWidthMode Full
Field Value
Type |
---|
BottomSheetContentWidthMode |