InkToolbarStencilButton.RulerProperty Property

Definition

Identifies the Ruler dependency property.

public:
 static property DependencyProperty ^ RulerProperty { DependencyProperty ^ get(); };
static DependencyProperty RulerProperty();
public static DependencyProperty RulerProperty { get; }
var dependencyProperty = InkToolbarStencilButton.rulerProperty;
Public Shared ReadOnly Property RulerProperty As DependencyProperty

Property Value

The identifier for the Ruler dependency property.

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