constants PatternEnum
The PatternEnum type specifies the type of patterns that the element can fill with. The Type property indicates the pattern to fill the element. The Color property indicates the color to fill the element's pattern, while the FrameColor property indicates the color to show the element's border/frame if the Type property includes the exPatternFrame flag.

The PatternEnum type supports the following values:

NameValueDescription
exPatternEmpty0 The pattern/bar is not visible.
exPatternSolid1
exPatternDot2
exPatternShadow3
exPatternNDot4
exPatternFDiagonal5
exPatternBDiagonal6
exPatternDiagCross7
exPatternVertical8
exPatternHorizontal9
exPatternCross10
exPatternBrick11
exPatternYard12
exPatternF2Diagonal13
exPatternB2Diagonal14
exPatternFrame256 The exPatternFrame flag can be combined with other flags and indicates that a frame is drawn around the object.
exPatternFrameThick768 The exPatternFrameThick flag can be combined with other flags and indicates that a ticker frame is drawn around the object.