ShapeRange.RelativeVerticalSize Property

Returns or sets a WdRelativeVerticalSize constant that represents the object to which a range of shapes is relative. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RelativeVerticalSize As WdRelativeVerticalSize
    Get
    Set
'Usage
Dim instance As ShapeRange
Dim value As WdRelativeVerticalSize

value = instance.RelativeVerticalSize

instance.RelativeVerticalSize = value
WdRelativeVerticalSize RelativeVerticalSize { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRelativeVerticalSize
WdRelativeVerticalSize

Remarks

Use this property with the HeightRelative property.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace