Class TRotation
Rotation type.
Inheritance
System.Object
TRotation
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TRotation : Enum
Fields
Clockwise
Represents the Clockwise rotation type.
Declaration
public const TRotation Clockwise
Field Value
Type |
---|
TRotation |
CounterClockwise
Represents the CounterClockwise rotation type.
Declaration
public const TRotation CounterClockwise
Field Value
Type |
---|
TRotation |
LeftToRight
Represents the LeftToRight rotation type.
Declaration
public const TRotation LeftToRight
Field Value
Type |
---|
TRotation |
TopToBottom
Represents the TopToBottom rotation type.
Declaration
public const TRotation TopToBottom
Field Value
Type |
---|
TRotation |