目盛表示部分の背景色を取得または設定します。
[Visual Basic]
Public Property GradBackgroundColor As System.Windows.Media.Color
[C#]
public System.Windows.Media.Color GradBackgroundColor {get; set;}

プロパティ値

色を示す System.Windows.Media.Color 型の値

規定値は Colors.OldLace です。

解説

ImageKit コントロールの左端と上端に表示する目盛の表示部分の、背景色を示します。

参照

ImageKit メンバ | Newtone.ImageKit.WPF.ImageKit