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

适用于

另请参阅