GlyphRun.Characters 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

GlyphRun의 유니코드 콘텐츠를 나타내는 UTF16 코드 포인트 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<char> ^ Characters { System::Collections::Generic::IList<char> ^ get(); void set(System::Collections::Generic::IList<char> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.CharIListConverter))]
public System.Collections.Generic.IList<char> Characters { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.CharIListConverter))>]
member this.Characters : System.Collections.Generic.IList<char> with get, set
Public Property Characters As IList(Of Char)

속성 값

IList<Char>

유니코드 콘텐츠를 나타내는 Char 값 목록입니다.

특성

적용 대상