InkToolbarHighlighterButton InkToolbarHighlighterButton InkToolbarHighlighterButton InkToolbarHighlighterButton Class

Definition

Represents an InkToolbar toggle button control that activates the built-in highlighter pen.

public : class InkToolbarHighlighterButton : InkToolbarPenButton, IInkToolbarHighlighterButtonpublic class InkToolbarHighlighterButton : InkToolbarPenButton, IInkToolbarHighlighterButtonPublic Class InkToolbarHighlighterButton Inherits InkToolbarPenButton Implements IInkToolbarHighlighterButton// 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 highlighter draws a semi-transparent stroke with a Rectangle PenTip.

The InkToolbar consists of two distinct groups of button types:

InkToolbarHighlighterButton inherits from InkToolbarPenButton.

By default, the stroke height is 36 pixels and the width is 12 pixels.

The size (in Device-Independent Pixels) of the highlighter stroke is obtained from the InkDrawingAttributes setting for Size —the stroke height is set to Size.Width and the stroke width is set to Size.Width /3.

Constructors

InkToolbarHighlighterButton() InkToolbarHighlighterButton() InkToolbarHighlighterButton() InkToolbarHighlighterButton()

See Also