Shape.RelativeVerticalSize Property

Definition

Returns or sets a WdRelativeVerticalSize constant that represents the relative vertical size of a shape. Read/write.

public:
 property Microsoft::Office::Interop::Word::WdRelativeVerticalSize RelativeVerticalSize { Microsoft::Office::Interop::Word::WdRelativeVerticalSize get(); void set(Microsoft::Office::Interop::Word::WdRelativeVerticalSize value); };
public Microsoft.Office.Interop.Word.WdRelativeVerticalSize RelativeVerticalSize { get; set; }
member this.RelativeVerticalSize : Microsoft.Office.Interop.Word.WdRelativeVerticalSize with get, set
Public Property RelativeVerticalSize As WdRelativeVerticalSize

Property Value

WdRelativeVerticalSize

Remarks

Use this property with the HeightRelative property.

Applies to