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

实现

适用于

另请参阅