| Visual Basic (Declaration) | |
|---|---|
Public Enum PictureOrientation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PictureOrientation : Enum | |
| Member | Description |
|---|---|
| PictureRotateNone | Does not rotate the picture |
| PictureRotate90 | Rotates the picture 90 degrees to the right |
| PictureRotate180 | Rotates the picture 180 degrees to the right |
| PictureRotate270 | Rotates the picture 270 degrees to the right |
| PictureRotateCustom | Rotates the picture a custom number of degrees to the right |
System.Object
System.ValueType
System.Enum
FarPoint.Win.PictureOrientation