Chip.SelectedBorderColor Property
Gets or sets the border color when the chip is selected.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color SelectedBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color. |
See Also