InkPresenterRuler.Width Property

Definition

Gets or sets the width of the 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

Property Value

Double

double

The width in device-independent pixels (DIPs).

  • Default: 120 DIPs
  • Minimum: 120 DIPs

Applies to

See also