ToolbarColorSelector.ItemCornerRadius Property
In This Article
Gets or sets the corner radius applied to ToolbarColorSelector colors. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public CornerRadius ItemCornerRadius { get; set; }
#Property Value
Type | Description |
---|---|
Corner |
The corner radius. |
See Also