Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.66 KB

inktoolbarpenconfigurationcontrol.md

File metadata and controls

28 lines (17 loc) · 1.66 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.InkToolbarPenConfigurationControl
winrt class

Windows.UI.Xaml.Controls.InkToolbarPenConfigurationControl

-description

Represents an object used to configure an optional flyout associated with an InkToolbarCustomPenButton. An "extension glyph" is displayed on the button to indicate the existence of the flyout.

-remarks

The InkToolbarPenConfigurationControl is configured by default for built-in pen buttons derived from InkToolbarPenButton. Custom pen buttons can use these default settings or fully customize them (see examples).

-examples

Here's an example of a custom pen that reuses the default InkToolbarPenConfigurationControl.

[!code-xamlUI_AddCustom]

-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