InkToolbar.InkDrawingAttributesProperty 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.
Identifies the InkDrawingAttributes dependency property.
public:
static property DependencyProperty ^ InkDrawingAttributesProperty { DependencyProperty ^ get(); };
static DependencyProperty InkDrawingAttributesProperty();
public static DependencyProperty InkDrawingAttributesProperty { get; }
var dependencyProperty = InkToolbar.inkDrawingAttributesProperty;
Public Shared ReadOnly Property InkDrawingAttributesProperty As DependencyProperty
Property Value
The identifier for the InkDrawingAttributes dependency property.
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
- InkDrawingAttributes
- Simple ink sample (C#/C++)
- Complex ink sample (C++)
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample