Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.77 KB

inkcanvas_inkpresenter.md

File metadata and controls

28 lines (18 loc) · 1.77 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.InkCanvas.InkPresenter
winrt property

Windows.UI.Xaml.Controls.InkCanvas.InkPresenter

-description

Gets the underlying InkPresenter object associated with the InkCanvas.

Each InkCanvas control is associated with an instance of an InkPresenter object (exposed through the InkPresenter property). The InkPresenter provides properties, methods, and events for managing the input, processing, and rendering of ink data for an InkCanvas control.

The InkPresenter cannot be instantiated directly.

-property-value

The underlying InkPresenter object.

-remarks

-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, InkPresenter, Simple ink sample (C#/C++), Complex ink sample (C++), Get Started Tutorial: Support ink in your UWP app, Coloring book sample, Family notes sample