The PAINTSHAPEBORDERBRUSHSTYLE enumerated type contains options for the border brush style of a shape. These are the possible values for the nBorderBrushStyle member of the PAINTSHAPE structure.
typedef enum
{
PAINT_SHAPE_BORDER_BRUSH_STYLE_COLOR,
PAINT_SHAPE_BORDER_BRUSH_STYLE_PATTERN
} PAINTSHAPEBORDERBRUSHSTYLE, *pPAINTSHAPEBORDERBRUSHSTYLE;
Border will be a solid color.
Border will be a pattern, using nBorderStyle.