The properties of UIKit.UIActionSheet are listed below. For a list of all members, see the UIActionSheet Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static | Appearance | UIActionSheet.UIActionSheetAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | ButtonCount | nint. The number of buttons on an action sheet. (read only) |
| CancelButtonIndex | nint. Returns the index of the cancel button. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUIActionSheetDelegate. An instance of the UIKit.UIActionSheetDelegate model class which acts as the class delegate. | |
| DestructiveButtonIndex | nint. Returns the index of the destructive button. | |
| [read-only] | FirstOtherButtonIndex | nint. The index of the first custom button. Read-only. |
| Style | UIActionSheetStyle. The presentation style of this UIActionSheet. | |
| Title | string. The title that will be displayed in the action sheet. | |
| [read-only] | Visible | bool. A property indicating if the action sheet is displayed. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |