[Visual Basic] Public Property BackColor As Color
[C#] public Color BackColor {get; set;}
プロパティ値
ImageKitコントロールの背景色を表すSystem.Drawing.Colorです。
デフォルト値はColor.Gainsboro
解説
ImageKitコントロールの背景色を指定します。このプロパティは、System.Drawing.Colorオブジェクトを使用して設定されます。
参照
ImageKit メンバ | Newtone.ImageKit.WPF.Web.ImageKit