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


ドロップダウンカレンダーの背景画像の配置を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImageLayout As ImageLayout
'使用法
 
Dim instance As DropDownCalendar
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以外に設定します。
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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