Glyphs.CaretStops Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |