Note

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

Access to this page requires authorization. You can try .

InkToolbar.IsStencilButtonChecked 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 InkToolbarStencilButton (and associated tool) to on or off.

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

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

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

Property Value

Boolean

bool

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

Windows requirements

Requirements Description
Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also


Feedback

Was this page helpful?