Previous Document Next Document

Object Model Reference : Classes : S : ShapeRange : Properties : ShapeRange.SizeWidth


ShapeRange.SizeWidth

Property SizeWidth As Double

Description

Member of ShapeRange

The SizeWidth property returns or specifies the horizontal size of the shapes in a shape range, treating the range as a single object.

 
VBA example

The following VBA example stretches all shapes on the active layer so that the shape range is 2" wide.

Sub Test()
 ActiveLayer.Shapes.All.SizeWidth = 2
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.