GoDiagram Web Reference
Multiline Property

Gets or sets whether the text is displayed in multiple lines, according to any NewLine character sequences in the text string.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Whether the text will be displayed as multiple lines of text.")>
<CategoryAttribute("Appearance")>
Public Overridable Property Multiline As Boolean
[DefaultValueAttribute()]
[DescriptionAttribute("Whether the text will be displayed as multiple lines of text.")]
[CategoryAttribute("Appearance")]
public virtual bool Multiline {get; set;}

Property Value

This defaults to false.
Remarks
If this is false, any text after the first NewLine is ignored. 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
Alignment Property
Wrapping Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback