TextFrame.Orientation Property

Definition

The text frame orientation.

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

Remarks

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

Applies to