InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
InkToolbarBallpointPenButton
Class
Definition
Represents an InkToolbar button that activates the built-in ballpoint pen.
public : class InkToolbarBallpointPenButton : InkToolbarPenButton, IInkToolbarBallpointPenButtonpublic class InkToolbarBallpointPenButton : InkToolbarPenButton, IInkToolbarBallpointPenButtonPublic Class InkToolbarBallpointPenButton Inherits InkToolbarPenButton Implements IInkToolbarBallpointPenButton// This API is not available in Javascript.
- Inheritance
-
InkToolbarBallpointPenButtonInkToolbarBallpointPenButtonInkToolbarBallpointPenButtonInkToolbarBallpointPenButton
- 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 ballpoint pen draws a solid, opaque stroke with a Circle PenTip. The stroke size varies with the active pen pressure detected (default size is 2x2 pixels).
InkToolbarBallpointPenButton inherits from InkToolbarPenButton.
This button is part of the default radio button group that enables a user to select a single ink feature from a mutually exclusive group of options.
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.
Constructors
InkToolbarBallpointPenButton() InkToolbarBallpointPenButton() InkToolbarBallpointPenButton() InkToolbarBallpointPenButton()
Initializes a new instance of the InkToolbarBallpointPenButton class.
public : InkToolbarBallpointPenButton()public InkToolbarBallpointPenButton()Public Sub New()// This API is not available in Javascript.
- See Also
-
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
- InkToolbarPenButton InkToolbarPenButton InkToolbarPenButton InkToolbarPenButton
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample