InkPresenter.StrokeContainer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定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 物件。