'宣言 Public Property Appearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase Appearance {get; set;}
Appearance オブジェクトは、表示関係のプロパティをカプセル化します。Appearance オブジェクトを作成後、そのプロパティを操作したりプロジェクト内で希望する回数だけオブジェクトを再使用できます。
Dim myAppearance As Infragistics.Win.Appearance
myAppearance.BackColor = System.Drawing.Color.Aquamarine