Back to Devexpress

PopupColorEdit.ChipBorderBrush Property

wpf-devexpress-dot-xpf-dot-editors-dot-popupcoloredit-12de228a.md

latest1.4 KB
Original Source

PopupColorEdit.ChipBorderBrush Property

Gets or sets the Brush that draws the outer border of a color chip. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Brush ChipBorderBrush { get; set; }
vb
Public Property ChipBorderBrush As Brush

Property Value

TypeDescription
Brush

A Brush object that draws the color chip ‘s border.

|

See Also

ChipSize

ChipMargin

PopupColorEdit Class

PopupColorEdit Members

DevExpress.Xpf.Editors Namespace