GlyphRun.CaretStops プロパティ

定義

重要

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

Booleanを表す Unicode のすべての UTF16 コード ポイントにキャレットストップがあるかどうかを決定するGlyphRun値の一覧を取得または設定します。

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)

プロパティ値

キャレットストップがあるかどうかを表す Boolean 値のリスト。

属性

注釈

戻り値は、nullを表す Unicode 内のすべての UTF16 コード ポイントに対してキャレットストップがある場合にGlyphRunされます。

適用対象