GlyphRun.CaretStops 속성

정의

중요

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

GlyphRun을 나타내는 유니코드의 모든 UTF16 코드 포인트에 대해 캐럿 정지가 있는지 여부를 결정하는 Boolean 값의 목록을 가져오거나 설정합니다.

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

속성 값

IList<Boolean>

캐럿 정지가 있는지 여부를 나타내는 Boolean 값입니다.

특성

설명

반환 값은 null 유니코드 GlyphRun의 모든 UTF16 코드 지점에 대해 캐럿 중지가 있는 경우입니다.

적용 대상