UITextView.TextColor 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 모든 텍스트에 사용할 색입니다 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 합니다.
적용 대상
추가 정보
- AllowsEditingTextAttributes
- AttributedText
- DataDetectorTypes
- Editable
- Font
- Text
- TextAlignment
- <xref:UIKit.UITextView.TextContainerInsert>
- TypingAttributes