InkToolbar.IsStencilButtonChecked Property

Definition

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

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