ShapeFillBrush Property (Style)
In This Topic
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.
Syntax
'Declaration
Public Property ShapeFillBrush As Brush
public Brush ShapeFillBrush {get; set;}
See Also