BackDropStyle Property
Defines the Group object's back drop fill style.
Syntax
object.BackDropStyle [= enumFillStyle]
Properties
The BackDropStyle property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumFillStyle |
Specifies the pattern style to display for the back drop. |
Settings
The settings for enumFillStyle are:
Constant |
Value |
Description |
FillStyleSolid |
0 |
Solid. |
FillStyleHollow |
1 |
Hollow. |
FillStyleHorizontal |
2 |
Horizontal. |
FillStyleVertical |
3 |
Vertical. |
FillStyleDownDiagonal |
4 |
Downward diagonal. |
FillStyleUpDiagonal |
5 |
Upward diagonal. |
FillStyleCrossHatch |
6 |
Crosshatch. |
FillStyleDiagonalCrossHatch |
7 |
Diagonal crosshatch. |