Spread Windows Forms 12.0 Product Documentation
RenderStyle Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : RenderStyle Enumeration
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

Reference

FarPoint.Win Namespace