C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTextBase Class / TextLength Property

In This Topic
TextLength Property (RenderTextBase)
In This Topic
Gets the lenght of text represented by the current object. (Do not use this property to test whether a non-empty text is assigned to the current object, use HasText instead.)
Syntax
'Declaration
 
Public MustOverride ReadOnly Property TextLength As Integer
 
See Also