VScale Property [AutoFill]
The VScale property returns or sets the vector fill pattern scale. Returns a Single.
Syntax
object.VScale
object.VScale = Scale
Parameter | Type | Description |
Scale | Single | required, pattern scale |
Remarks
The scale factor works with vector fills only.
Example
This example shows how to set a polygon pattern scale to four.
'Change pattern fill and scale of fill for polygon 1
Shapes.Item(Polygon 1).Fill.PatternName = "Granite"
Shapes.Item(Polygon 1).Fill.VScale = 4
Used by: AutoFill object