Bagikan melalui


InkPresenterProtractor.ForegroundColor Properti

Definisi

Mendapatkan atau mengatur warna elemen latar depan pada InkPresenterProtractor.

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

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

Nilai Properti

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

Penerapan

Berlaku untuk

Lihat juga