PatternName Property
The PatternName returns or sets the fill pattern. Returns a String.
Syntax
object.PatternName
object.PatternName = PatternName
Parameter | Type | Description |
PatternName | String | required, pattern name as it appears in the pattern palette |
Remarks
The pattern names are displayed when you select a pattern in Grapher.
Example
This example shows how to set the pattern to use for filling an ellipse.
Ellipse.Fill.PatternName = "Diagonal Cross"
Used by: AutoFill object