バージョン

Appearance プロパティ (UltraGroupBox)

コントロールに関連する Appearance オブジェクトを取得または設定します。この Appearance オブジェクトの Infragistics.Win.FontDataUltraGroupBox の子コントロールによって使用されるフォントに影響しないことに注意してください。代わりにコントロールの Font プロパティを使用すべきです。
シンタックス
'宣言
 
Public Property Appearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase Appearance {get; set;}
解説

この Appearance オブジェクトに対する設定は、コントロール全体に影響します。境界線内の領域のみを特定の色にしたい場合には、ContentAreaAppearance プロパティで Infragistics.Win.AppearanceBase.BackColor プロパティを設定します。

参照