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


In This Topic
    RenderStyle Enumeration
    In This Topic
    Specifies the rendering style for images.
    Syntax
    'Declaration
     
    
    Public Enum RenderStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RenderStyle
    public enum RenderStyle : System.Enum 
    Members
    MemberDescription
    NormalDisplays image with its actual dimensions in the control (and no resizing)
    StretchSizes image to fit in the control without regard to its aspect ratio
    StretchAndScaleSizes image to fit in the control with regard to its aspect ratio
    TileDisplays image multiple times (in a tile fashion) in order to fill the control
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.RenderStyle

    See Also