Back to Devexpress

BottomSheet.Padding Property

maui-devexpress-dot-maui-dot-controls-dot-bottomsheet-094e2f0c.md

latest1.2 KB
Original Source

BottomSheet.Padding Property

Gets or sets the padding between Bottom Sheet edges and content. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public Thickness Padding { get; set; }

Property Value

TypeDescription
Thickness

Specifies padding.

|

Remarks

The following markup shows how to specify the padding value:

xaml
<!-- Applies the same value to all paddings: -->
<dxc:BottomSheet Padding="30" .../>

<!-- Specifies horizontal and vertical padding values: -->
<dxc:BottomSheet Padding="30,10" .../>

<!-- Specifies left, top, right, and bottom padding values: -->
<dxc:BottomSheet Padding="30,20,30,10" .../>

See Also

BottomSheet Class

BottomSheet Members

DevExpress.Maui.Controls Namespace