バージョン

DockAreaAppearance プロパティ

すべてのドック領域の外観を制御する Appearance オブジェクトを返すか、設定します。
シンタックス
'宣言
 
Public Property DockAreaAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase DockAreaAppearance {get; set;}
解説

すべてのドック領域のデフォルト外観を指定します。ただし、垂直方向のドック領域(DockWithinContainer の左右)は、DockAreaVerticalAppearance に指定された設定を最初に解決します。

参照