FlexReport for WinForms
PictureScaleEnum 列挙体


C1.Report アセンブリ > C1.Report 名前空間 : PictureScaleEnum 列挙体
Specifies the scaling of images within the field's rectangle.
シンタックス
'宣言
 
Public Enum PictureScaleEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PictureScaleEnum
public enum PictureScaleEnum : System.Enum 
メンバ
メンバ解説
Clip
Use the image's original size, clipping it to the display area if necessary.
Hide
Hide the picture.
Scale
Scale the picture to fit the display area. This mode may increase or reduce the size of the image while maintaining its aspect ratio.
Stretch
Stretch the picture to fill the display area. This mode will usually change the image's aspect ratio.
Tile
Tile the picture to fill the display area.
解説
Use the members of this enumeration to set the value of the Field.PictureScale, ImageField.PictureScale properties.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.PictureScaleEnum

参照

参照

C1.Report 名前空間