Back to Devexpress

BottomSheet.GrabberColor Property

maui-devexpress-dot-maui-dot-controls-dot-bottomsheet-1657633f.md

latest1.3 KB
Original Source

BottomSheet.GrabberColor Property

Gets or sets the Bottom Sheet’s grabber color. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public Color GrabberColor { get; set; }

Property Value

TypeDescription
Color

The grabber color.

|

Remarks

The following markup shows the grabber and specifies its color:

xaml
<dxc:BottomSheet ...
                 ShowGrabber="True" GrabberWidth="180" GrabberHeight="12" GrabberOffset="10"
                 GrabberColor="DarkGreen">
    <!--...-->
</dxc:BottomSheet>

See Also

BottomSheet Class

BottomSheet Members

DevExpress.Maui.Controls Namespace