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


In This Topic
    PictureProps Enumeration
    In This Topic
    Internal use only. Specifies the picture properties.
    Syntax
    'Declaration
     
    
    Public Enum PictureProps 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PictureProps
    public enum PictureProps : System.Enum 
    Members
    MemberDescription
    HorizontalAlignmentAligns the picture horizontally
    ImageSet the picture image
    MaintainScaleMaintains the ratio of the picture in the control
    StretchStretches the picture to fit the control
    VerticalAlignmentAligns the picture vertically
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.PictureProps

    See Also