GlyphRun.CaretStops Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece la lista de valores Boolean que determinan si hay paradas de símbolo de intercalación por cada punto de código UTF16 en el código Unicode que representa el 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)

Valor de propiedad

IList<Boolean>

Lista de valores Boolean que representan si hay paradas de símbolo de intercalación.

Atributos

Comentarios

El valor devuelto es null si hay una detención de intercalación para cada punto de código UTF16 en el unicode que representa .GlyphRun

Se aplica a