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, 0) 。

适用于

另请参阅