InkToolbarFlyoutItem.Kind 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 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.