GlyphRun.CaretStops 屬性

定義

重要

此 API 不符合 CLS 規範。

取得或設定 Boolean 值的清單,判斷在代表 GlyphRun 的 Unicode 中針對每個 UTF16 字碼指標是否會有插入號停駐點。

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 值的清單,代表是否有插入號停駐點。

屬性

備註

如果 Unicode 中每個 UTF16 字碼點都有插入號停止,則 GlyphRun 傳回值 null 會代表 。

適用於