共用方式為


InkPresenterProtractor.BackgroundColor 屬性

定義

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

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

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

屬性值

作為 ARGB 值之 Protractor 的背景色彩。 預設值為 (255、230、230、230) 。

實作

適用於

另請參閱