CoreIncrementalInkStroke.DrawingAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.