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 值列表。

属性

注解

返回值是 null ,如果 Unicode 中每个 UTF16 代码点都有一个插入点的插入点表示值 GlyphRun

适用于