UITextView.TextBackgroundColorKey 属性

定义

开发人员不应使用此已弃用的属性。 开发人员应使用“NSAttributedString.BackgroundColorAttributeName”。

[Foundation.Field("UITextInputTextBackgroundColorKey", "UIKit")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSAttributedString.BackgroundColorAttributeName'.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString TextBackgroundColorKey { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'NSAttributedString.BackgroundColorAttributeName'.")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.TextBackgroundColorKey : Foundation.NSString

属性值

常量是 NSString “UITextInputTextBackgroundColorKey”。

属性

适用于