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

DiagramShape.ContentBackground Property

Gets or sets the brush used to paint the background of the text within the DiagramShape. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public Brush ContentBackground { get; set; }

Property Value

Type Description
Brush

A Brush object used to paint the background of the text within the DiagramShape.

Remarks

To get or set the text displayed by the DiagramShape, use the DiagramShape.Content property.

See Also