UITextView.TextColor Property

Definition

The color to use for all the text in the 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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

Assignment to this property will affect all the text in the UITextView. If multiple text-styles are desired, the application developer must use the AttributedText property.

Applies to

See also