次の方法で共有


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

プロパティ値

インク ストローク属性。

適用対象