FarPoint.Win
PictureOrientation Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : PictureOrientation Enumeration


Specifies the orientation of the picture in the control.

Syntax

Visual Basic (Declaration) 
Public Enum PictureOrientation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PictureOrientation
C# 
public enum PictureOrientation : Enum 

Members

MemberDescription
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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.PictureOrientation

See Also