CoreWetStrokeUpdateSource.InkPresenter Property

Definition

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 = coreWetStrokeUpdateSource.inkPresenter;
Public ReadOnly Property InkPresenter As InkPresenter

Property Value

Object that manages the input, processing, and rendering of ink stroke data.

Applies to

See also