FlexReport for WinForms
PictureScale プロパティ (ImageField)


C1.Report アセンブリ > C1.Report 名前空間 > ImageField クラス : PictureScale プロパティ
Gets or sets a value determining how image is scaled within the field.
シンタックス
'宣言
 
Public Property PictureScale As PictureScaleEnum
'使用法
 
Dim instance As ImageField
Dim value As PictureScaleEnum
 
instance.PictureScale = value
 
value = instance.PictureScale
public PictureScaleEnum PictureScale {get; set;}
解説

Depending on the setting of this property, images may be clipped, stretched, scaled (which preserves the image's aspect ratio), tiled, or hidden.

PictureScale works with the PictureAlign property so you can control image scaling and alignment independently.

参照

参照

ImageField クラス
ImageField メンバ