FarPoint.Win Assembly / FarPoint.Win Namespace / PictureOrientation Enumeration


PictureOrientation Enumeration
Specifies the orientation of the picture in the control.
Syntax
'Declaration
 
Public Enum PictureOrientation 
   Inherits System.Enum
 
'Usage
 
Dim instance As PictureOrientation
Members
MemberDescription
PictureRotate180Rotates the picture 180 degrees to the right
PictureRotate270Rotates the picture 270 degrees to the right
PictureRotate90Rotates the picture 90 degrees to the right
PictureRotateCustomRotates the picture a custom number of degrees to the right
PictureRotateNoneDoes not rotate the picture
Inheritance Hierarchy

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

See Also