次の方法で共有


InkPresenterProtractor.ForegroundColor プロパティ

定義

InkPresenterProtractor の前景要素の色を取得または設定します。

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

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

プロパティ値

ARGB 値としての分度器の前景色。 既定値は (255、0、0、0) です。

実装

適用対象

こちらもご覧ください