InkToolbarStencilButton.IsRulerItemVisible 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.
Gets or sets whether the built-in ruler stencil button is visible.
public:
property bool IsRulerItemVisible { bool get(); void set(bool value); };
bool IsRulerItemVisible();
void IsRulerItemVisible(bool value);
public bool IsRulerItemVisible { get; set; }
var boolean = inkToolbarStencilButton.isRulerItemVisible;
inkToolbarStencilButton.isRulerItemVisible = boolean;
Public Property IsRulerItemVisible As Boolean
Property Value
Boolean
bool
true if visible. Otherwise, false.
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.