InkToolbarStencilButton
InkToolbarStencilButton
InkToolbarStencilButton
InkToolbarStencilButton
Class
Definition
Represents an InkToolbar button that sets the state of stencil tool to on or off.
public : class InkToolbarStencilButton : InkToolbarMenuButton, IInkToolbarStencilButtonpublic class InkToolbarStencilButton : InkToolbarMenuButton, IInkToolbarStencilButtonPublic Class InkToolbarStencilButton Inherits InkToolbarMenuButton Implements IInkToolbarStencilButton// This API is not available in Javascript.
- Inheritance
-
InkToolbarStencilButtonInkToolbarStencilButtonInkToolbarStencilButtonInkToolbarStencilButton
- Attributes
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Inherited Members
Inherited properties
Inherited events
Inherited methods
Constructors
InkToolbarStencilButton() InkToolbarStencilButton() InkToolbarStencilButton() InkToolbarStencilButton()
Initializes a new instance of the InkToolbarStencilButton class.
public : InkToolbarStencilButton()public InkToolbarStencilButton()Public Sub New()// This API is not available in Javascript.
- See Also
-
Properties
IsProtractorItemVisible IsProtractorItemVisible IsProtractorItemVisible IsProtractorItemVisible
Gets or sets whether the built-in protractor stencil button is visible.
public : PlatForm::Boolean IsProtractorItemVisible { get; set; }public bool IsProtractorItemVisible { get; set; }Public ReadWrite Property IsProtractorItemVisible As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if visible. Otherwise, false.
IsProtractorItemVisibleProperty IsProtractorItemVisibleProperty IsProtractorItemVisibleProperty IsProtractorItemVisibleProperty
Identifies the IsProtractorItemVisible dependency property.
public : static DependencyProperty IsProtractorItemVisibleProperty { get; }public static DependencyProperty IsProtractorItemVisibleProperty { get; }Public Static ReadOnly Property IsProtractorItemVisibleProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the IsProtractorItemVisible dependency property.
- See Also
-
IsRulerItemVisible IsRulerItemVisible IsRulerItemVisible IsRulerItemVisible
Gets or sets whether the built-in ruler stencil button is visible.
public : PlatForm::Boolean IsRulerItemVisible { get; set; }public bool IsRulerItemVisible { get; set; }Public ReadWrite Property IsRulerItemVisible As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if visible. Otherwise, false.
IsRulerItemVisibleProperty IsRulerItemVisibleProperty IsRulerItemVisibleProperty IsRulerItemVisibleProperty
Identifies the IsRulerItemVisible dependency property.
public : static DependencyProperty IsRulerItemVisibleProperty { get; }public static DependencyProperty IsRulerItemVisibleProperty { get; }Public Static ReadOnly Property IsRulerItemVisibleProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the IsRulerItemVisible dependency property.
- See Also
-
Protractor Protractor Protractor Protractor
Gets a reference to the protractor tool of the InkPresenter object.
public : InkPresenterProtractor Protractor { get; }public InkPresenterProtractor Protractor { get; }Public ReadOnly Property Protractor As InkPresenterProtractor// This API is not available in Javascript.
The protractor tool.
- See Also
-
ProtractorProperty ProtractorProperty ProtractorProperty ProtractorProperty
Identifies the Protractor dependency property.
public : static DependencyProperty ProtractorProperty { get; }public static DependencyProperty ProtractorProperty { get; }Public Static ReadOnly Property ProtractorProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the Protractor dependency property.
- See Also
Ruler Ruler Ruler Ruler
Gets a reference to the ruler tool of the InkPresenter object.
public : InkPresenterRuler Ruler { get; }public InkPresenterRuler Ruler { get; }Public ReadOnly Property Ruler As InkPresenterRuler// This API is not available in Javascript.
The ruler tool.
- See Also
-
RulerProperty RulerProperty RulerProperty RulerProperty
Identifies the Ruler dependency property.
public : static DependencyProperty RulerProperty { get; }public static DependencyProperty RulerProperty { get; }Public Static ReadOnly Property RulerProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the Ruler dependency property.
- See Also
SelectedStencil SelectedStencil SelectedStencil SelectedStencil
Gets or sets the selected stencil button.
public : InkToolbarStencilKind SelectedStencil { get; set; }public InkToolbarStencilKind SelectedStencil { get; set; }Public ReadWrite Property SelectedStencil As InkToolbarStencilKind// This API is not available in Javascript.
The selected stencil button.
- See Also
-
SelectedStencilProperty SelectedStencilProperty SelectedStencilProperty SelectedStencilProperty
Identifies the SelectedStencil dependency property.
public : static DependencyProperty SelectedStencilProperty { get; }public static DependencyProperty SelectedStencilProperty { get; }Public Static ReadOnly Property SelectedStencilProperty As DependencyProperty// This API is not available in Javascript.
The identifier for the SelectedStencil dependency property.
- See Also
-