GlyphRun.CaretStops プロパティ

定義

重要

この API は CLS 準拠ではありません。

GlyphRun を表す Unicode で 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 Unicode 内のすべての UTF16 コード ポイントに対してキャレットストップが存在する場合です GlyphRun

適用対象