InkToolbarStencilButton.IsProtractorItemVisibleProperty Property
Definition
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.
Identifies the IsProtractorItemVisible dependency property.
public:
static property DependencyProperty ^ IsProtractorItemVisibleProperty { DependencyProperty ^ get(); };
static DependencyProperty IsProtractorItemVisibleProperty();
public static DependencyProperty IsProtractorItemVisibleProperty { get; }
var dependencyProperty = InkToolbarStencilButton.isProtractorItemVisibleProperty;
Public Shared ReadOnly Property IsProtractorItemVisibleProperty As DependencyProperty
Property Value
The identifier for the IsProtractorItemVisible 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.