InkToolbarStencilButton.SelectedStencil Property
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 selected stencil button.
public:
property InkToolbarStencilKind SelectedStencil { InkToolbarStencilKind get(); void set(InkToolbarStencilKind value); };
InkToolbarStencilKind SelectedStencil();
void SelectedStencil(InkToolbarStencilKind value);
C#
public InkToolbarStencilKind SelectedStencil { get; set; }
var inkToolbarStencilKind = inkToolbarStencilButton.selectedStencil;
inkToolbarStencilButton.selectedStencil = inkToolbarStencilKind;
Public Property SelectedStencil As InkToolbarStencilKind
The selected stencil button.
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.
Product | Versions |
---|---|
WinRT | Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |