InkToolbarStencilButton.Protractor Property

Definition

Gets a reference to the protractor tool of the InkPresenter object.

public:
 property InkPresenterProtractor ^ Protractor { InkPresenterProtractor ^ get(); };
InkPresenterProtractor Protractor();
public InkPresenterProtractor Protractor { get; }
var inkPresenterProtractor = inkToolbarStencilButton.protractor;
Public ReadOnly Property Protractor As InkPresenterProtractor

Property Value

The protractor tool.

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