Shape.LeftRelative Property

Returns or sets a Single that represents the relative left position of a shape. Read/write.

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

Syntax

'Declaration
Property LeftRelative As Single
    Get
    Set
'Usage
Dim instance As Shape
Dim value As Single

value = instance.LeftRelative

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

Property Value

Type: System.Single
Single

Remarks

Use this property with the RelativeHorizontalPosition property. When set to wdShapePositionRelativeNone (-999999) (see the WdShapePositionRelative enumeration), this property should be ignored because the shape does not use percent positioning. The horizontal position is solely determined by the Left property.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace