Share via


InkToolbarRulerButton Constructor

Definition

Initializes a new instance of the InkToolbarRulerButton class.

public:
 InkToolbarRulerButton();
 InkToolbarRulerButton();
/// [Windows.Foundation.Metadata.Deprecated("InkToolbarRulerButton is deprecated starting from Windows 10 Creators Update. Please use InkToolbarStencilButton going forward. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 InkToolbarRulerButton();
public InkToolbarRulerButton();
[Windows.Foundation.Metadata.Deprecated("InkToolbarRulerButton is deprecated starting from Windows 10 Creators Update. Please use InkToolbarStencilButton going forward. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public InkToolbarRulerButton();
function InkToolbarRulerButton()
Public Sub New ()
Attributes

Remarks

Apps that target Windows Creators Update (SDK 15063) or later should use the InkToolbarStencilButton object instead of this object. 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