GlyphRun.CaretStops Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the list of Boolean values that determine whether there are caret stops for every UTF16 code point in the Unicode representing the 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)

Property Value

A list of Boolean values that represent whether there are caret stops.

Attributes

Remarks

The return value is null if there is a caret stop for every UTF16 code point in the Unicode representing the GlyphRun.

Applies to