Back to Devexpress

PopupControlContainer.Foreground Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupcontrolcontainer-1a8fb2f6.md

latest1.2 KB
Original Source

PopupControlContainer.Foreground Property

Gets or sets the brush used to paint the PopupMenuBase‘s background. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Brush

A Brush object used to paint the PopupMenuBase‘s background.

|

See Also

PopupControlContainer Class

PopupControlContainer Members

DevExpress.Xpf.Bars Namespace