Gets or sets the number of characters to display before truncating and adding an ellipsis (...).
Syntax
Visual Basic (Declaration) |
|
Public Property TextTruncateLength As Integer |
Visual Basic (Usage) |
Copy Code |
Dim instance As TimelineCustomAttributes
Dim value As Integer
instance.TextTruncateLength = value
value = instance.TextTruncateLength
|
C# |
|
public int TextTruncateLength {get; set;} |
Return Value
The length of the text truncate.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also