Object Model Reference : Classes : S : ShapeRange : Properties : ShapeRange.SizeHeight |
Property SizeHeight As Double
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.
• |
See also the ShapeRange.GetSize, ShapeRange.SetSize, ShapeRange.SetSizeEx,
ShapeRange.GetBoundingBox, and ShapeRange.SetBoundingBox methods.
|
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 |
Copyright 2013 Corel Corporation. All rights reserved.