UIPreviewActionStyle Enum

Definition

Enumeration that defines the various styles of UIPreviewAction objects.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPreviewActionStyle
type UIPreviewActionStyle = 
Inheritance
UIPreviewActionStyle
Attributes

Fields

Default 0

Indicates the default style.

Destructive 2

Indicates the style for a peek action that is destructive.

Selected 1

Indicates the style for a selected peek action.

Applies to