Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 2.79 KB

inktoolbarhighlighterbutton.md

File metadata and controls

38 lines (23 loc) · 2.79 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.InkToolbarHighlighterButton
winrt class

Windows.UI.Xaml.Controls.InkToolbarHighlighterButton

-description

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

-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.

-examples

-see-also

Pen and stylus interactions, Add an InkToolbar to a Universal Windows Platform (UWP) app, Get Started Tutorial: Support ink in your UWP app, Ink sample (JavaScript), Get Started Tutorial: Support ink in your UWP app, Coloring book sample, Family notes sample