TextFrame2.Orientation Property

Definition

Returns or sets a value that represents the text frame orientation. Read/write.

public:
 property Microsoft::Office::Core::MsoTextOrientation Orientation { Microsoft::Office::Core::MsoTextOrientation get(); void set(Microsoft::Office::Core::MsoTextOrientation value); };
public Microsoft.Office.Core.MsoTextOrientation Orientation { get; set; }
Public Property Orientation As MsoTextOrientation

Property Value

MsoTextOrientation

Remarks

The value of this property can be set to an integer value from –90 to 90 degrees, or to one of the MsoTextOrientation constants.

Applies to