DXColorSelector.SelectionBorderColor Property
Gets or sets the color of the DXColorSelector‘s selection border. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Color SelectionBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The selection border’s color. |
See Also