共用方式為


IInkPresenterStencil.ForegroundColor 屬性

定義

取得或設定 IInkPresenterStencil 物件上前景元素的色彩。

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

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

屬性值

樣板的前景色彩,做為 ARGB 值。 預設值為 (255、0、0、0) 。

適用於

另請參閱