YPatternScale Property

YPatternScale sets the fill pattern scale along the Y axis. Returns a double.

Syntax

object. YPatternScale

object. YPatternScale = Value

Parameter

Type

Description

Value

Double

required

Example 1

This example demonstrates how to return the pattern scale on the Y 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.YPatternScale = 2.0

Used by: FillFormat object