InkToolbarFlyoutItem.Kind Property

Definition

Gets or sets the type of button to use on the flyout.

public:
 property InkToolbarFlyoutItemKind Kind { InkToolbarFlyoutItemKind get(); void set(InkToolbarFlyoutItemKind value); };
InkToolbarFlyoutItemKind Kind();

void Kind(InkToolbarFlyoutItemKind value);
public InkToolbarFlyoutItemKind Kind { get; set; }
var inkToolbarFlyoutItemKind = inkToolbarFlyoutItem.kind;
inkToolbarFlyoutItem.kind = inkToolbarFlyoutItemKind;
Public Property Kind As InkToolbarFlyoutItemKind

Property Value

The type of button.

Applies to

See also