共用方式為


InkPresenterRuler.ForegroundColor 屬性

定義

取得或設定 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

屬性值

尺規的前景色彩做為 ARGB 值。 預設值為 (255、0、0、0) 。

實作

適用於

另請參閱