Skip to main content

DiagramAppearanceOptions.UseContentBackground Property

Gets or sets whether to paint the item’s background with the specified brush.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
public bool UseContentBackground { get; set; }

Property Value

Type Default Description
Boolean false

true to paint the item’s background with the specified brush; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseContentBackground
DiagramAppearanceObject
.Options .UseContentBackground
See Also