InkToolbar.IsStencilButtonChecked プロパティ

定義

InkToolbarStencilButton (および関連付けられたツール) の状態をオンまたはオフに設定します。

オンにすると、ステンシルはアクティブなツールと連携して動作します。

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

プロパティ値

Boolean

bool

ステンシル ボタンが選択され、ステンシルがアクティブな場合は true。それ以外の場合は false

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象

こちらもご覧ください