UpperBoundPenIndex property
Returns or sets the number of the upper bound pen used for shading. Read/write. Integer.
When you select an upper bound pen for the pen you are defining, the area between the two pens is shaded when they cross.
Syntax
pen
.UpperBoundPenIndex
[ = value
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.value
- is a parameter of the type Integer that specifies the number of the upper bound pen.Provide Feedback