Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / PictureOrientation Enumeration


In This Topic
    PictureOrientation Enumeration
    In This Topic
    Specifies the orientation of the picture in the control.
    Syntax
    'Declaration
     
    
    Public Enum PictureOrientation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PictureOrientation
    public enum PictureOrientation : System.Enum 
    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