Share via


WrapFormat.DistanceRight Property

Returns or sets the distance (in points) between the document text and the right edge of the text-free area surrounding the specified shape.

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

Syntax

'Declaration
Property DistanceRight As Single
    Get
    Set
'Usage
Dim instance As WrapFormat
Dim value As Single

value = instance.DistanceRight

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

Property Value

Type: System.Single

Remarks

The size and shape of the specified shape, together with the values of the Type and Side properties of the WrapFormat object, determine the size and shape of this text-free area.

See Also

Reference

WrapFormat Interface

WrapFormat Members

Microsoft.Office.Interop.Word Namespace