GlyphRun.CaretStops Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'elenco di Boolean valori che determinano se sono presenti interruzioni del cursore per ogni punto di codice UTF16 in Unicode che rappresenta l'oggetto 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)

Valore della proprietà

Elenco di Boolean valori che indicano se sono presenti interruzioni del cursore.

Attributi

Commenti

Il valore restituito è null se è presente un punto di interruzione del cursore per ogni punto di codice UTF16 in Unicode che rappresenta .GlyphRun

Si applica a