Chip.BorderColor Property
Gets or sets the border color.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | A structure that specifies the border color. |
See Also