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
- IsRulerButtonCheckedProperty
- Pen and stylus interactions
- Add an InkToolbar to a Universal Windows Platform (UWP) app
- Get Started Tutorial: Support ink in your UWP app
- Simple ink sample (C#/C++)
- Complex ink sample (C++)
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample