Bagikan melalui


InkPresenterRuler.BackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang InkPresenterRuler.

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

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

Nilai Properti

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

Penerapan

Berlaku untuk

Lihat juga