Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 3.09 KB

inktoolbarcustompenbutton_configurationcontent.md

File metadata and controls

46 lines (33 loc) · 3.09 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.InkToolbarCustomPenButton.ConfigurationContent
winrt property

Windows.UI.Xaml.Controls.InkToolbarCustomPenButton.ConfigurationContent

-description

Gets or sets the content of an optional ink stroke configuration flyout associated with the InkToolbarCustomPenButton.

-property-value

The contents of the flyout. The default is null.

-remarks

Each feature on the InkToolbar can support supplementary functionality in a flyout (an "extension glyph" on the feature button indicates to the user that the functionality is available).

To access the functionality, the feature button must be selected already, and the user must select the button again.

-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, ConfigurationContentProperty, InkToolbarPenButton, DependencyObject, InkToolbarPenConfigurationControl, IsExtensionGlyphShown, Ink sample (JavaScript), Get Started Tutorial: Support ink in your UWP app, Coloring book sample, Family notes sample

-ignore