Share via


UIContextualActionStyle Enum

Definition

Enumerates action button styles.

[ObjCRuntime.Native]
public enum UIContextualActionStyle
[<ObjCRuntime.Native>]
type UIContextualActionStyle = 
Inheritance
UIContextualActionStyle
Attributes

Fields

Name Value Description
Normal 0

Indicates the style for a button that causes a nondestructive action.

Destructive 1

Indicates the style for a button that causes a destructive button.

Applies to