TextBlock.MeasuredLength Property
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock
The length of the displayed text (in code points)
public int MeasuredLength { get; }
Remarks
If the text is truncated, this is the index of the point at which the ellipsis was inserted. If the text it not truncated, is the length of all added text.
Property Type
int |