共用方式為


InkPresenter.StrokeContainer 屬性

定義

取得或設定InkStrokeContainer物件,以儲存和管理InkPresenter所呈現之InkStroke物件的集合。

對筆劃容器中任何筆墨筆劃所做的修改會立即轉譯為與 InkPresenter相關聯的繪圖介面。

public:
 property InkStrokeContainer ^ StrokeContainer { InkStrokeContainer ^ get(); void set(InkStrokeContainer ^ value); };
InkStrokeContainer StrokeContainer();

void StrokeContainer(InkStrokeContainer value);
public InkStrokeContainer StrokeContainer { get; set; }
var inkStrokeContainer = inkPresenter.strokeContainer;
inkPresenter.strokeContainer = inkStrokeContainer;
Public Property StrokeContainer As InkStrokeContainer

屬性值

儲存和管理一或多個 InkStroke 物件。

如果已啟用自訂幹模式 (ActivateCustomDrying) ,StrokeContainer 會是 null。

備註

在 UI 執行緒上將筆墨筆劃處理 (「濕度」至「幹」) 時, 就會引發 StrokesCollected 事件。

針對筆跡辨識,請使用 InkRecognizerContainer 物件。

適用於

另請參閱