Skip to main content

DiagramConnector.ContentBackground Property

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

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public Brush ContentBackground { get; set; }

Property Value

Type Description
Brush

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

Remarks

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

See Also