バージョン

ContentAreaAppearance プロパティ

コンテンツ領域に関連する Infragistics.Win.AppearanceBase オブジェクトを取得または設定します。この Appearance オブジェクトの Infragistics.Win.FontDataUltraGroupBox の子コントロールによって使用されるフォントに影響しないことに注意してください。代わりにコントロールの Font プロパティを使用すべきです。
シンタックス
'宣言
 
Public Property ContentAreaAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase ContentAreaAppearance {get; set;}
解説
この Appearance オブジェクトはその他のコントロールがホストされる境界線 (つまり「コンテンツ領域」) 内の領域に影響します。境界線内の領域のみに背景色を設定したい場合には、このプロパティを使用します。
参照