共用方式為


InkPresenterRuler.BackgroundColor 屬性

定義

取得或設定 InkPresenterRuler的背景色彩。

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

void BackgroundColor(Color value);
public Color BackgroundColor { get; set; }
var color = inkPresenterRuler.backgroundColor;
inkPresenterRuler.backgroundColor = color;
Public Property BackgroundColor As Color

屬性值

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

實作

適用於

另請參閱