InkToolbarStencilButton.Ruler Property

Definition

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

public:
 property InkPresenterRuler ^ Ruler { InkPresenterRuler ^ get(); };
InkPresenterRuler Ruler();
public InkPresenterRuler Ruler { get; }
var inkPresenterRuler = inkToolbarStencilButton.ruler;
Public ReadOnly Property Ruler As InkPresenterRuler

Property Value

The ruler 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