DataLabel.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer 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
Integer
Remarks
The value of this property can be an integer value from – 90 to 90 degrees or one of the XlOrientation constants.