InkToolbarTool
InkToolbarTool
InkToolbarTool
InkToolbarTool
Enum
Definition
Defines constants that specify the type of built-in or custom tool associated with the InkToolbarToolButton.
public : enum class InkToolbarToolpublic enum InkToolbarToolPublic Enum InkToolbarTool// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| BallpointPen BallpointPen BallpointPen BallpointPen | A pen tool that renders a solid, opaque stroke, with the stroke size dependent on the pen pressure detected (default size is 2x2 pixels). |
| CustomPen CustomPen CustomPen CustomPen | A custom pen tool. |
| CustomTool CustomTool CustomTool CustomTool | A custom non-pen tool. |
| Eraser Eraser Eraser Eraser | A pen tool that deletes any ink strokes that intersect with the erase stroke. |
| Highlighter Highlighter Highlighter Highlighter | A pen tool that renders a semi-transparent highlighter overlay stroke. |
| Pencil Pencil Pencil Pencil | A pen tool that renders a soft-edged, semi-transparent stroke that can be layered for shading effects. The stroke opacity is dependent on the pen pressure detected. |