Gets or sets the brush used to fill internal areas of shapes (objects derived from RenderShapeBase). If for a style both this and ShapeFillColor are specified, ShapeFillColor takes precedence.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Brush ShapeFillBrush { get; set; }
Visual Basic
Public Property ShapeFillBrush As Brush
	Get
	Set

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no brush.

See Also