Calendar for WinForms | ComponentOne
C1.Win.C1Input.Enums Namespace / InputImageScaling Enumeration

In This Topic
    InputImageScaling Enumeration
    In This Topic
    Specifies the image scaling on the input components.
    Syntax
    'Declaration
     
    
    Public Enum InputImageScaling 
       Inherits System.Enum
    public enum InputImageScaling : System.Enum 
    Members
    MemberDescription
    ClipUse the image's original size, clipping it to the display area if necessary.
    ScaleScale the image to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio.
    StretchStretch the image to fill the display area. This mode will usually change the image's aspect ratio.
    TileTile the image to fill the display area.
    TileStretchTile the image into the 3x3 matrix and stretch it to fill the display area.
    TileStretchHorizontalTile the image into the row of 3 images and stretch it to fill the display area.
    TileStretchVerticalTile the image into the column of 3 images and stretch it to fill the display area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.Enums.InputImageScaling

    See Also