GoDiagram Web Reference
Text Property (GoText)

Gets or sets the string that this text object displays.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The string that this text object displays.")>
Public Overridable Property Text As String
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The string that this text object displays.")]
public virtual string Text {get; set;}

Property Value

This defaults to the empty string. Setting this property to a null/nothing value will result in using an empty string instead. If AutoResizes is true, setting this property will resize this object to fit the text; otherwise if AutoRescales is true, setting this property will change the font size so that the text fits the bounds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback