バージョン 24.2 (最新)

Appearance プロパティ (CalculatorButton)

ボタンの既定の外観を取得または設定します。
シンタックス
public Infragistics.Win.AppearanceBase Appearance {get; set;}
解説

Appearance オブジェクトは、表示関係のプロパティをカプセル化します。Appearance オブジェクトを作成後、そのプロパティを操作したりプロジェクト内で希望する回数だけオブジェクトを再使用できます。

Dim myAppearance As Infragistics.Win.Appearance

myAppearance.BackColor = System.Drawing.Color.Aquamarine

参照