InkToolbar.InkDrawingAttributes 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 InkStroke properties specified through the InkToolbar.
public:
property InkDrawingAttributes ^ InkDrawingAttributes { InkDrawingAttributes ^ get(); };
InkDrawingAttributes InkDrawingAttributes();
public InkDrawingAttributes InkDrawingAttributes { get; }
var inkDrawingAttributes = inkToolbar.inkDrawingAttributes;
Public ReadOnly Property InkDrawingAttributes As InkDrawingAttributes
Property Value
The InkStroke properties.
Applies to
See also
- Pen and stylus interactions
- Add an InkToolbar to a Universal Windows Platform (UWP) app
- Get Started Tutorial: Support ink in your UWP app
- InkDrawingAttributesProperty
- Simple ink sample (C#/C++)
- Complex ink sample (C++)
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample