UI.MenuItem.ios.Style

Since

0.1

MenuItem's style is used to specify behaviour and appearance of the item. This enumeration describes available styles for iOS.

Enumeration Members

Enumeration Members

DEFAULT: 0

Property

Ios

Apply the default style to the menu items's.

Static

Ios

Since

1.1.8

CANCEL: 1

Property

Ios

Apply a style that indicates the menu item cancels the operation and leaves things unchanged.

Static

Ios

Since

1.1.8

DESTRUCTIVE: 2

Property

Ios

Apply a style that indicates the menu item might change or delete data.

Static

Ios

Since

1.1.8

Generated using TypeDoc