InkToolbarToggle
InkToolbarToggle
InkToolbarToggle
InkToolbarToggle
Enum
Definition
Defines constants that specify the button types exposed in the toggle button group of an InkToolbar.
public : enum class InkToolbarTogglepublic enum InkToolbarTogglePublic Enum InkToolbarToggle// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Fields
| Custom Custom Custom Custom | A toggle button for a custom tool. |
| Ruler Ruler Ruler Ruler | A toggle button for a stencil tool. |
Remarks
The InkToolbar consists of two distinct groups of button types:
A RadioButton group containing the built-in drawing (InkToolbarBallpointPenButton, InkToolbarPencilButton ), erasing (InkToolbarEraserButton ), and highlighting (InkToolbarHighlighterButton ) buttons. This group is where InkToolbarCustomPenButton and InkToolbarCustomToolButton objects are added.
Feature selection is mutually exclusive.
A toggle button group containing the built-in ruler (InkToolbarRulerButton ) button. This group is where InkToolbarCustomToggleButton objects are added.
Features are not mutually exclusive and can be used concurrently with other active tools.