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
Attributes
Windows 10 requirements
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:

Constructors

InkToolbarBallpointPenButton() InkToolbarBallpointPenButton() InkToolbarBallpointPenButton() InkToolbarBallpointPenButton()

See Also