UITextView.TextColor 属性

定义

要用于 中的所有 UITextView文本的颜色。

public virtual UIKit.UIColor TextColor { [Foundation.Export("textColor", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTextColor:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TextColor : UIKit.UIColor with get, set

属性值

(此节点的更多文档即将)

此值可为 null

属性

注解

对此属性的赋值将影响 中的所有 UITextView文本。 如果需要多个文本样式,应用程序开发人员必须使用 AttributedText 属性。

适用于

另请参阅