Shape.RelativeHorizontalSize Property

Returns or sets a WdRelativeHorizontalSize constant that represents the object to which a range of shapes is relative. Read/write.

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

Syntax

'Declaration
Property RelativeHorizontalSize As WdRelativeHorizontalSize
    Get
    Set
'Usage
Dim instance As Shape
Dim value As WdRelativeHorizontalSize

value = instance.RelativeHorizontalSize

instance.RelativeHorizontalSize = value
WdRelativeHorizontalSize RelativeHorizontalSize { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdRelativeHorizontalSize
WdRelativeHorizontalSize

Remarks

Use this property with the WidthRelative property.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace