Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkToolbar.IsRulerButtonChecked Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?