The PatternScale property returns or sets the pattern scale for vector and picture patterns. The PatternScale property sets the pattern scale for both the X and Y scales to the supplied value. Returns a double.
Syntax
object.PatternScale
object.PatternScale = PatternScale
Parameter |
Type |
Description |
PatternScale |
Double |
required; scale factor |
Example 1
This example return the scale of the vector pattern.
Debug.Print FillFormat.PatternScale
Example 2
This example sets the scale of the vector pattern to two.
FillFormat.PatternScale = 2
Used by: FillFormat object