XPatternOffset Property
XPatternOffset sets the fill pattern offset along the X axis. Returns a double.
Syntax
object. XPatternOffset
object. XPatternOffset = Value
Parameter |
Type |
Description |
Value |
Double |
required |
Example 1
This example demonstrates how to return the pattern offset on the X axis.
Debug.Print FillFormat.XPatternOffset
Example 2
This example demonstrates how to offset the pattern on the X axis by 1.
FillFormat.XPatternOffset = 1.0
Used by: FillFormat object