Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / PictureProps Enumeration


PictureProps Enumeration
Internal use only. Specifies the picture properties.
Syntax
'Declaration
 
Public Enum PictureProps 
   Inherits System.Enum
 
'Usage
 
Dim instance As PictureProps
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