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

ShapeBrick.FillColor Property

Gets or sets the color to fill the shape’s contents.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
public Color FillColor { get; set; }

Property Value

Type Description
Color

A Color object which represents the fill color of a shape.

See Also