Bagikan melalui


IInkPresenterStencil.BackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang objek IInkPresenterStencil .

public:
 property Color BackgroundColor { Color get(); void set(Color value); };
Color BackgroundColor();

void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = iInkPresenterStencil.backgroundColor;
iInkPresenterStencil.backgroundColor = color;
Public Property BackgroundColor As Color

Nilai Properti

Warna latar belakang stensil sebagai nilai ARGB. Defaultnya adalah (255, 230, 230, 230).

Berlaku untuk

Lihat juga