InkToolbarToggleButton.ToggleKind Property

Definition

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

public:
 property InkToolbarToggle ToggleKind { InkToolbarToggle get(); };
InkToolbarToggle ToggleKind();
public InkToolbarToggle ToggleKind { get; }
var inkToolbarToggle = inkToolbarToggleButton.toggleKind;
Public ReadOnly Property ToggleKind As InkToolbarToggle

Property Value

The type of tool.

Applies to

See also