Rotation
Rotation class
Describes page rotation enumeration
public class Rotation : Enumeration
Constructors
| Name |
Description |
| Rotation() |
Serialization constructor |
Methods
| Name |
Description |
| CompareTo(object) |
Compares current object to other. |
| virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
| override Equals(object) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| override ToString() |
Returns a string that represents the current object. |
Fields
| Name |
Description |
| static readonly None |
None. |
| static readonly On180 |
180 degrees. |
| static readonly On270 |
270 degrees. |
| static readonly On90 |
90 degrees. |
See Also