GlyphRun.CaretStops Propriedade

Definição

Importante

Esta API não está em conformidade com CLS.

Obtém ou define a lista de valores Boolean que determinam se há paradas de circunflexo para cada ponto de código UTF16 no Unicode representando o 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 da propriedade

Uma lista de Boolean valores que representam se há paradas de cursor.

Atributos

Comentários

O valor retornado será null se houver uma parada de cursor para cada ponto de código UTF16 no Unicode que representa o GlyphRun.

Aplica-se a