다음을 통해 공유


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 합니다.

적용 대상

추가 정보