InkToolbarStencilButton.SelectedStencil Property

Definition

Gets or sets the selected stencil button.

public:
 property InkToolbarStencilKind SelectedStencil { InkToolbarStencilKind get(); void set(InkToolbarStencilKind value); };
InkToolbarStencilKind SelectedStencil();

void SelectedStencil(InkToolbarStencilKind value);
public InkToolbarStencilKind SelectedStencil { get; set; }
var inkToolbarStencilKind = inkToolbarStencilButton.selectedStencil;
inkToolbarStencilButton.selectedStencil = inkToolbarStencilKind;
Public Property SelectedStencil As InkToolbarStencilKind

Property Value

The selected stencil button.

Remarks

Apps that target Windows Creators Update (SDK 15063) or later should use this object instead of InkToolbarRulerButton. If your app also supports previous versions, see Version adaptive apps: Use new APIs while maintaining compatibility with previous versions for more info.

Applies to

See also