Skip to main content

ToolbarColorSelector.IsClippedToBounds Property

Gets or sets whether the ToolbarColorSelector width and height clips its colors. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool IsClippedToBounds { get; set; }

Property Value

Type Description
Boolean

true to clip the ToolbarColorSelector colors; otherwise false.

See Also