Share via


UIContextualActionStyle Enumeración

Definición

Enumera los estilos de botón de acción.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIContextualActionStyle
type UIContextualActionStyle = 
Herencia
UIContextualActionStyle
Atributos

Campos

Destructive 1

Indica el estilo de un botón que provoca un botón destructivo.

Normal 0

Indica el estilo de un botón que provoca una acción no destructiva.

Se aplica a