CoreInkIndependentInputSource.InkPresenter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the InkPresenter object that manages the input, processing, and rendering of ink stroke data.
public:
property InkPresenter ^ InkPresenter { InkPresenter ^ get(); };
InkPresenter InkPresenter();
public InkPresenter InkPresenter { get; }
var inkPresenter = coreInkIndependentInputSource.inkPresenter;
Public ReadOnly Property InkPresenter As InkPresenter
Property Value
Object that manages the input, processing, and rendering of ink stroke data for an InkCanvas control.