# PaintStyle

Describes whether the paint will fill the interior of a shape, draw the contour with a line, or both.

# Enum

# Fill

Fill the interior of a shape.

# Stroke

Draw the contour of the shape.

# StrokeAndFill

Fill and draw the contour of the shape.