GlyphRun.CaretStops Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit la liste des valeurs Boolean qui déterminent s’il existe des arrêts de point d’insertion pour chaque point de code UTF16 dans Unicode qui représente 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)

Valeur de propriété

IList<Boolean>

Une liste des valeurs Boolean représentant s’il existe des arrêts de point d’insertion.

Attributs

Remarques

La valeur de retour est null s’il existe un point de code caressé pour chaque point de code UTF16 dans l’Unicode représentant le GlyphRun.

S’applique à