PowerTools SPREAD for Windows Forms 8.0J
BackgroundImageLayout プロパティ (DropDownCalculatorInfo)


背景画像の配置を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImageLayout As ImageLayout
'使用法
 
Dim instance As DropDownCalculatorInfo
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
public ImageLayout BackgroundImageLayout {get; set;}

プロパティ値

背景画像のレイアウトを示すSystem.Windows.Forms.ImageLayout値。
デフォルト値はImageLayout.Tileです。
解説
BackgroundImageLayoutプロパティは、コントロールに配置した画像の位置と動作を指定する場合に使用します。BackgroundImageLayoutは、BackgroundImageプロパティが設定されている場合にのみ有効です。 画像が大きい場合は、BackgroundImageLayoutSystem.Windows.Forms.ImageLayout.Tile以外の値に設定するとパフォーマンスが向上します。
参照

DropDownCalculatorInfo クラス
DropDownCalculatorInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.