Rectangle.Top Property
Returns or sets the vertical position of the specified rectangle, in points.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Top As Integer
Get
'Usage
Dim instance As Rectangle
Dim value As Integer
value = instance.Top
int Top { get; }
Property Value
Type: System.Int32