InkToolbarToolButton.ToolKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.