Glyphs.CaretStops Property

Definition

Gets or sets the caret stops that correspond to the code points in the Unicode string representing the Glyphs.

public:
 property System::String ^ CaretStops { System::String ^ get(); void set(System::String ^ value); };
public string CaretStops { get; set; }
member this.CaretStops : string with get, set
Public Property CaretStops As String

Property Value

A value of type String that represents whether the code points have caret stops.

Remarks

The return value is a string of hexadecimal digits that describe an array of Boolean values that correspond to every code point in the value represented by the UnicodeString property.

Dependency Property Information

Identifier field CaretStopsProperty
Metadata properties set to true AffectsRender

Applies to