FlexReport for WinForms
BestFit プロパティ (ImageAlign)


C1.Document アセンブリ > C1.Document 名前空間 > ImageAlign クラス : BestFit プロパティ
Gets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details.
シンタックス
'宣言
 
Public Property BestFit As System.Boolean
'使用法
 
Dim instance As ImageAlign
Dim value As System.Boolean
 
instance.BestFit = value
 
value = instance.BestFit
public System.bool BestFit {get; set;}
解説

Getting this property returns a Boolean conjunction (AND) of the StretchHorz, StretchVert and KeepAspectRatio values.

Setting this property to a true value sets StretchHorz, StretchVert and KeepAspectRatio to true.

Setting this property to a false value sets KeepAspectRatio only to false.

参照

参照

ImageAlign クラス
ImageAlign メンバ