InkToolbarStencilButton.IsProtractorItemVisible Property

Definition

Gets or sets whether the built-in protractor stencil button is visible.

public:
 property bool IsProtractorItemVisible { bool get(); void set(bool value); };
bool IsProtractorItemVisible();

void IsProtractorItemVisible(bool value);
public bool IsProtractorItemVisible { get; set; }
var boolean = inkToolbarStencilButton.isProtractorItemVisible;
inkToolbarStencilButton.isProtractorItemVisible = boolean;
Public Property IsProtractorItemVisible 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.

Applies to

See also