CoreIncrementalInkStroke.DrawingAttributes Property

Definition

Gets the ink stroke attributes associated with the drawing of a CoreIncrementalInkStroke.

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

Property Value

The ink stroke attributes.

Applies to