Skip to main content
A newer version of this page is available. .

DiagramItem.Foreground Property

Gets or sets the brush used to paint the diagram item foreground.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

[Browsable(false)]
public Brush Foreground { get; set; }

Property Value

Type Description
Brush

A Brush object, that specifies how the diagram item background is painted.

See Also