InkToolbarRulerButton.RulerProperty Property

Definition

Identifies the Ruler dependency property.

public:
 static property DependencyProperty ^ RulerProperty { DependencyProperty ^ get(); };
static DependencyProperty RulerProperty();
/// [get: 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")]
static DependencyProperty RulerProperty();
public static DependencyProperty RulerProperty { get; }
public static DependencyProperty RulerProperty { [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")] get; }
var dependencyProperty = InkToolbarRulerButton.rulerProperty;
Public Shared ReadOnly Property RulerProperty As DependencyProperty

Property Value

The identifier for the Ruler dependency property.

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