Chip.SelectedBorderColor Property
In This Article
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
C#
public Color SelectedBorderColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The color. |
See Also