Shape.HeightRelative Property
Word Developer Reference |
Returns or sets a Single that represents the percentage of the relative height of a shape. Read/write.
Version Information
Version Added: Word 2007
Syntax
expression.HeightRelative
expression An expression that returns a Shape object.
Remarks
Use this property with the RelativeVerticalSize property. When set to wdShapeSizeRelativeNone (-999999) (see the WdShapeSizeRelative enumeration), this property should be ignored because the shape does not use percent sizing. The height is solely determined by the Height property.
See Also