InkPresenterRuler.Width プロパティ

定義

InkPresenterRuler の幅を取得または設定します。

public:
 property double Width { double get(); void set(double value); };
double Width();

void Width(double value);
public double Width { get; set; }
var double = inkPresenterRuler.width;
inkPresenterRuler.width = double;
Public Property Width As Double

プロパティ値

Double

double

デバイスに依存しないピクセル (DIP) の幅。

  • 既定値: 120 DIP
  • 最小: 120 DIP

適用対象

こちらもご覧ください