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 对象。

适用于

另请参阅