Share via


InkDrawingAttributesKind Enum

Definition

Specifies the type of InkDrawingAttributes associated with the InkStroke.

public enum class InkDrawingAttributesKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class InkDrawingAttributesKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum InkDrawingAttributesKind
var value = Windows.UI.Input.Inking.InkDrawingAttributesKind.default
Public Enum InkDrawingAttributesKind
Inheritance
InkDrawingAttributesKind
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Name Value Description
Default 0

Supports attributes associated with a pen or highlighter.

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.

Applies to

See also