BottomSheetActualAppearance.GrabberColor Property
Returns the BottomSheet grabber color. To specify the grabber color, use the BottomSheet‘s GrabberColor property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color GrabberColor { get; }
Property Value
Type | Description |
---|---|
Color | The grabber color. |
See Also