InkToolbarRulerButton InkToolbarRulerButton InkToolbarRulerButton InkToolbarRulerButton Class

Definition

Represents an InkToolbar button that sets the state of the built-in ruler tool to on or off.

public : class InkToolbarRulerButton : InkToolbarToggleButton, IInkToolbarRulerButtonpublic class InkToolbarRulerButton : InkToolbarToggleButton, IInkToolbarRulerButtonPublic Class InkToolbarRulerButton Inherits InkToolbarToggleButton Implements IInkToolbarRulerButton// This API is not available in Javascript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Inherited Members

Inherited properties

Inherited events

Inherited methods

Remarks

The InkToolbar consists of two distinct groups of button types:

Constructors

InkToolbarRulerButton() InkToolbarRulerButton() InkToolbarRulerButton() InkToolbarRulerButton()

Properties

Ruler Ruler Ruler Ruler

Gets the stencil associated with the InkToolbarRulerButton.

public : InkPresenterRuler Ruler { get; }public InkPresenterRuler Ruler { get; }Public ReadOnly Property Ruler As InkPresenterRuler// This API is not available in Javascript.
See Also

RulerProperty RulerProperty RulerProperty RulerProperty

Identifies the Ruler dependency property.

public : static DependencyProperty RulerProperty { get; }public static DependencyProperty RulerProperty { get; }Public Static ReadOnly Property RulerProperty As DependencyProperty// This API is not available in Javascript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the Ruler dependency property.

See Also

See Also