Frame.VerticalDistanceFromText Property
Returns or sets the vertical distance (in points) between a frame and the surrounding text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property VerticalDistanceFromText As Single
Get
Set
'Usage
Dim instance As Frame
Dim value As Single
value = instance.VerticalDistanceFromText
instance.VerticalDistanceFromText = value
float VerticalDistanceFromText { get; set; }
Property Value
Type: System.Single