Gets or sets the pattern used to fill circles, boxes, round rectangles, pie-shapes and polygons created with the DrawCircle, DrawLine, DrawRoundRect, DrawPie and DrawPolygon graphics methods.
Read-write property
Visual Basic |
---|
Public Property FillStyle As PP_FillStyle |
A PP_FillStyle enumeration value which determines the pattern to use to fill shapes.
Returns or sets the pattern used to fill circles, boxes, round rectangles, pie-shapes and polygons created with the DrawCircle, DrawLine, DrawRoundRect, DrawPie and DrawPolygon graphics methods.
When FillStyle is set to 1 (Transparent), the FillColor property is ignored.