InkToolbarPencilButton
InkToolbarPencilButton
InkToolbarPencilButton
InkToolbarPencilButton
Class
Definition
Represents an InkToolbar toggle button control that activates the built-in pencil.
public : class InkToolbarPencilButton : InkToolbarPenButton, IInkToolbarPencilButtonpublic class InkToolbarPencilButton : InkToolbarPenButton, IInkToolbarPencilButtonPublic Class InkToolbarPencilButton Inherits InkToolbarPenButton Implements IInkToolbarPencilButton// This API is not available in Javascript.
- Inheritance
-
InkToolbarPencilButtonInkToolbarPencilButtonInkToolbarPencilButtonInkToolbarPencilButton
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Inherited Members
Inherited properties
Inherited events
Inherited methods
Remarks
The 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.
The InkToolbar consists of two distinct groups of button types:
One group of "tool" buttons containing the built-in drawing (InkToolbarBallpointPenButton, InkToolbarPencilButton ), erasing (InkToolbarEraserButton ), and highlighting (InkToolbarHighlighterButton ) buttons. Custom tools (InkToolbarCustomPenButton and InkToolbarCustomToolButton ) are added here.
Feature selection is mutually exclusive.
A second group of "toggle" buttons containing the built-in ruler (InkToolbarRulerButton ) button. Custom toggles (InkToolbarCustomToggleButton ) are added here.
Features are not mutually exclusive and can be used concurrently with other active tools.
InkToolbarPencilButton inherits from InkToolbarPenButton.
Constructors
InkToolbarPencilButton() InkToolbarPencilButton() InkToolbarPencilButton() InkToolbarPencilButton()
Initializes a new instance of the InkToolbarPencilButton class.
public : InkToolbarPencilButton()public InkToolbarPencilButton()Public Sub New()// This API is not available in Javascript.
- See Also
-