C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / ShapeFillColor Property

In This Topic
ShapeFillColor Property
In This Topic
Gets or sets the color used to fill internal areas of shapes (objects derived from RenderShapeBase). If for a style both this and ShapeFillBrush are specified, this property takes precedence.
Syntax
'Declaration
 
Public Property ShapeFillColor As Color
 
Remarks
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is transparent fill color.

See Also