Skip to main content

DiagramAppearanceObject.ContentBackground Property

Gets or sets the item’s background color.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public Color ContentBackground { get; set; }

Property Value

Type Description
Color

A System.Drawing.Color value that specifies the background color.

See Also