InkPresenterRuler.Length Property

Definition

Gets or sets the length of the InkPresenterRuler.

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

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

Property Value

Double

double

The length in device-independent pixel (DIP).

  • Default: 1600 device-independent pixel (DIP)
  • Minimum: 300 device-independent pixel (DIP)

Applies to

See also