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


ドロップダウンカレンダーの背景画像の配置を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImageLayout As ImageLayout
'使用法
 
Dim instance As DropDownCalendarInfo
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
public ImageLayout BackgroundImageLayout {get; set;}

プロパティ値

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

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


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