CoreInkPresenterHost クラス

定義

InkCanvas コントロールを必要とせずに InkPresenter をホストするオブジェクトを表します。

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
継承
Object Platform::Object IInspectable CoreInkPresenterHost
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

コンストラクター

CoreInkPresenterHost()

InkPresenter の管理に使用される新しい CoreInkPresenterHost オブジェクトを初期化 します

プロパティ

InkPresenter

この CoreInkPresenterHost に関連付けられる InkPresenter への参照を取得します。

RootVisual

CoreInkPresenterHost が描画するルート ビジュアル コンテナーを取得または設定します。

適用対象