[Visual Basic] Public Property BackgroundBlue As Integer
[C#] public int BackgroundBlue {get; set;}
プロパティ値
値は、0~255で、デフォルト値は255です。
解説
ベクトルイメージ読み込み時の背景色の値(青)を設定します。
参照
ImageKit メンバ | Newtone.ImageKit.WPF.Web.ImageKit
[Visual Basic] Public Property BackgroundBlue As Integer
[C#] public int BackgroundBlue {get; set;}
値は、0~255で、デフォルト値は255です。
ベクトルイメージ読み込み時の背景色の値(青)を設定します。
ImageKit メンバ | Newtone.ImageKit.WPF.Web.ImageKit