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 is not visible.
exPatternSolid1
exPatternDot2
exPatternShadow3
exPatternNDot4
exPatternFDiagonal5
exPatternBDiagonal6
exPatternDiagCross7
exPatternVertical8
exPatternHorizontal9
exPatternCross10
exPatternBrick11
exPatternYard12
exPatternFrame256 . The exPatternFrame can be combined with any other value. The FrameColor property indicates the color to show the frame.
exPatternFrameThick768 . The exPatternFrameThick can be combined with any other value. The FrameColor property indicates the color to show the frame.