Ribbon for WinForms
ImageScaling 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : ImageScaling 列挙体
Specifies the image scaling.
シンタックス
'宣言
 
Public Enum ImageScaling 
   Inherits System.Enum
public enum ImageScaling : System.Enum 
メンバ
メンバ解説
ClipUse the image's original size, clipping it to the display area if necessary.
HideHide the image.
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.ImageScaling

参照

C1.Framework 名前空間