LowerBoundPenIndex property
Returns or sets the number of the lower bound pen used for shading. Read/write. Integer.
When you select a lower bound pen for the pen you are defining, the area between the two pens is shaded when they cross.
Syntax
pen
.LowerBoundPenIndex
[ = value
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.value
- is an Integer value that specifies the index of the pen to be used for the lower bound. The pen index is the same index that is used in the Pens collection.Provide Feedback