CoreInkPresenterHost Class

Definition

Represents an object that hosts an InkPresenter without the need for an InkCanvas control.

public ref class CoreInkPresenterHost sealed
/// [Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInkPresenterHost final
[Windows.Foundation.Metadata.Activatable(327680, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInkPresenterHost
Public NotInheritable Class CoreInkPresenterHost
Inheritance
Object Platform::Object IInspectable CoreInkPresenterHost
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Constructors

CoreInkPresenterHost()

Initializes a new CoreInkPresenterHost object that is used to manage an InkPresenter.

Properties

InkPresenter

Gets a reference to the InkPresenter associatiated with this CoreInkPresenterHost.

RootVisual

Gets or sets the root visual container that the CoreInkPresenterHost draws to.

Applies to