Bagikan melalui


InkPresenterRuler.ForegroundColor Properti

Definisi

Mendapatkan atau mengatur warna elemen latar depan pada InkPresenterRuler.

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

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

Nilai Properti

Warna latar depan penggaris sebagai nilai ARGB. Defaultnya adalah (255, 0, 0, 0).

Penerapan

Berlaku untuk

Lihat juga