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