InkToolbar.IsRulerButtonChecked Property

Definition

Gets or sets the state of the InkToolbarRulerButton (and associated tool) to on or off.

When turned on, the ruler works in conjunction with the active tool.

public:
 property bool IsRulerButtonChecked { bool get(); void set(bool value); };
bool IsRulerButtonChecked();

void IsRulerButtonChecked(bool value);
public bool IsRulerButtonChecked { get; set; }
var boolean = inkToolbar.isRulerButtonChecked;
inkToolbar.isRulerButtonChecked = boolean;
Public Property IsRulerButtonChecked As Boolean

Property Value

Boolean

bool

true if the ruler button is selected and the ruler is active; otherwise, false.

Applies to

See also