Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 2.39 KB

inkdrawingattributeskind.md

File metadata and controls

35 lines (20 loc) · 2.39 KB
-api-id -api-type
T:Windows.UI.Input.Inking.InkDrawingAttributesKind
winrt enum

InkDrawingAttributesKind

-description

Specifies the type of InkDrawingAttributes associated with the InkStroke.

-enum-fields

-field Default:0

Supports attributes associated with a pen or highlighter.

-field Pencil:1

Supports attributes associated with a pencil.

By default, a pencil draws a soft-edged, textured, and semi-transparent stroke (useful for layered shading effects) with a Circle PenTip. The stroke color (darkness) is dependent on the pen pressure detected.

-remarks

-examples

-see-also

Pen and stylus interactions, Get started: Support ink in your UWP app, Ink analysis sample (basic) (C#), Ink handwriting recognition sample (C#), Save and load ink strokes from an Ink Serialized Format (ISF) file, Save and load ink strokes from the clipboard, Ink toolbar location and orientation sample (basic), Ink toolbar location and orientation sample (dynamic), Coloring book sample, Family notes sample, Inking sample (JavaScript), Simple inking sample (C#/C++), Complex inking sample (C++), Ink analysis sample