InkToolbarStencilButton.SelectedStencilProperty Property

Definition

Identifies the SelectedStencil dependency property.

public:
 static property DependencyProperty ^ SelectedStencilProperty { DependencyProperty ^ get(); };
static DependencyProperty SelectedStencilProperty();
public static DependencyProperty SelectedStencilProperty { get; }
var dependencyProperty = InkToolbarStencilButton.selectedStencilProperty;
Public Shared ReadOnly Property SelectedStencilProperty As DependencyProperty

Property Value

The identifier for the SelectedStencil dependency property.

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