Shape.RelativeVerticalPosition Property

Specifies to what the vertical position of a shape is relative.

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

Syntax

'Declaration
Property RelativeVerticalPosition As WdRelativeVerticalPosition
    Get
    Set
'Usage
Dim instance As Shape
Dim value As WdRelativeVerticalPosition

value = instance.RelativeVerticalPosition

instance.RelativeVerticalPosition = value
WdRelativeVerticalPosition RelativeVerticalPosition { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRelativeVerticalPosition

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace