FarPoint.Win
RenderStyle Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : RenderStyle Enumeration


Specifies the rendering style for images.

Syntax

Visual Basic (Declaration) 
Public Enum RenderStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RenderStyle
C# 
public enum RenderStyle : Enum 

Members

MemberDescription
Normal Displays image with its actual dimensions in the control (and no resizing)
Stretch Sizes image to fit in the control without regard to its aspect ratio
StretchAndScale Sizes image to fit in the control with regard to its aspect ratio
Tile Displays 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