Share via


UITextDragOptions Enum

Definition

Enumerates behaviors when dragging text.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum UITextDragOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type UITextDragOptions = 
Inheritance
UITextDragOptions
Attributes

Fields

Name Value Description
None 0

Indicates that preview text contains the original colors.

StripTextColorFromPreviews 1

Indicates that preview text has its original colors removed.

Applies to