ToolbarColorSelector.BorderColor Property
Gets or sets the color of the ToolbarColorSelector border. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The ToolbarColorSelector border color. |
See Also