GlyphRun.CaretStops Właściwość

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Pobiera lub ustawia listę Boolean wartości, które określają, czy istnieją karetki dla każdego punktu kodu UTF16 w formacie Unicode reprezentującym GlyphRunelement .

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)

Wartość właściwości

IList<Boolean>

Lista wartości reprezentujących Boolean , czy są zatrzymane karetki.

Atrybuty

Uwagi

Wartość zwracana jest null wtedy, gdy w standardzie Unicode znajduje się karetki dla każdego punktu kodu UTF16 reprezentującego GlyphRunwartość .

Dotyczy