DisplayUnitLabel.Orientation Property

Definition

Returns or sets an Object value that represents the text orientation.

public:
 property System::Object ^ Orientation { System::Object ^ get(); void set(System::Object ^ value); };
public object Orientation { get; set; }
member this.Orientation : obj with get, set
Public Property Orientation As Object

Property Value

Object

Remarks

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

Applies to