Previous Document Next Document

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


ShapeRange.SizeHeight

Property SizeHeight As Double

Description

Member of ShapeRange

The SizeHeight property returns or specifies the vertical 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" high.

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.