Frame.VerticalPosition Property

Returns or sets the vertical distance between the edge of the frame and the item specified by the RelativeVerticalPosition property.

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

Syntax

'Declaration
Property VerticalPosition As Single
    Get
    Set
'Usage
Dim instance As Frame
Dim value As Single

value = instance.VerticalPosition

instance.VerticalPosition = value
float VerticalPosition { get; set; }

Property Value

Type: System.Single

Remarks

The VerticalPosition property can be a number that indicates a measurement in points, or can be any valid WdFramePosition constant.

See Also

Reference

Frame Interface

Frame Members

Microsoft.Office.Interop.Word Namespace