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 値としての分度器の背景色。 既定値は (255、230、230、230) です。

実装

適用対象

こちらもご覧ください