BottomSheetActualAppearance.Padding Property
Returns the padding between the BottomSheet edges and content. To specify the padding, use the BottomSheet‘s Padding property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness Padding { get; }
Property Value
Type | Description |
---|---|
Thickness | The padding value. |
See Also