dotnetCHARTING Send comments on this topic.
Text Property
See Also 
dotnetCHARTING Namespace > Truncation Class : Text Property


Gets or sets a string that defines text inserted into a string at the position it was trimmed.

Default is '...'

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As Truncation
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}

See Also

© 2010 All Rights Reserved.