InkToolbarToolButton.ToolKind Property

Definition

Gets the type of built-in or custom tool associated with the InkToolbarToolButton.

public:
 property InkToolbarTool ToolKind { InkToolbarTool get(); };
InkToolbarTool ToolKind();
public InkToolbarTool ToolKind { get; }
var inkToolbarTool = inkToolbarToolButton.toolKind;
Public ReadOnly Property ToolKind As InkToolbarTool

Property Value

The type of tool.

Applies to

See also