Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkCanvas.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 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.

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

Property Value

The underlying InkPresenter object.

Applies to

See also


Feedback

Was this page helpful?