A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
Public Property FillColor As Color
Property Value
Type | Description |
---|---|
Color | A Color object which represents the fill color of a shape. |
Implements
DevExpress.XtraPrinting.Shape.Native.IShapeDrawingInfo.FillColor
See Also
Feedback