InkUnprocessedInput.InkPresenter Property

Definition

Gets the InkPresenter object associated with the InkCanvas control capturing the InkStroke data. The InkPresenter does not process the input, instead the data is passed through for custom processing by the app.

public:
 property InkPresenter ^ InkPresenter { InkPresenter ^ get(); };
InkPresenter InkPresenter();
public InkPresenter InkPresenter { get; }
var inkPresenter = inkUnprocessedInput.inkPresenter;
Public ReadOnly Property InkPresenter As InkPresenter

Property Value

The ink presenter associated with the pen input.

Applies to

See also