XPatternScale Property

XPatternScale sets the fill pattern scale along the X axis. Returns a double.

Syntax

object. XPatternScale

object. XPatternScale = Value

Parameter

Type

Description

Value

Double

required

Example 1

This example demonstrates how to return the pattern scale on the X axis.

Debug.Print FillFormat.XPatternScale

Example 2

This example demonstrates how to set the scale to a factor of 2 along the X axis.

FillFormat.XPatternScale = 2.0

Used by: FillFormat object