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) です。

実装

適用対象

こちらもご覧ください