InkPresenterProtractor.ForegroundColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
作為 ARGB 值之 Protractor 的前景色彩。 預設值為 (255、0、0、0) 。