次の方法で共有


UITextDragOptions 列挙型

定義

テキストをドラッグするときの動作を列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[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)]
[System.Flags]
public enum UITextDragOptions
type UITextDragOptions = 
継承
UITextDragOptions
属性

フィールド

None 0

プレビュー テキストに元の色が含まれていることを示します。

StripTextColorFromPreviews 1

プレビュー テキストの元の色が削除されていることを示します。

適用対象