CoreIncrementalInkStroke.DrawingAttributes 属性

定义

获取与 CoreIncrementalInkStroke 的绘图关联的墨迹笔划属性。

public:
 property InkDrawingAttributes ^ DrawingAttributes { InkDrawingAttributes ^ get(); };
InkDrawingAttributes DrawingAttributes();
public InkDrawingAttributes DrawingAttributes { get; }
var inkDrawingAttributes = coreIncrementalInkStroke.drawingAttributes;
Public ReadOnly Property DrawingAttributes As InkDrawingAttributes

属性值

墨迹笔划属性。

适用于