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