GoDiagram Web Reference
ItemWidth Property

Gets or sets the standard width for all items, and the wrapping width for all GoText items.
Syntax
'Declaration
 
<DescriptionAttribute("The width for all items, and the wrapping width for all text items")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property ItemWidth As Single
[DescriptionAttribute("The width for all items, and the wrapping width for all text items")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public virtual float ItemWidth {get; set;}

Property Value

After changing the value of this property, the setter calls OnItemWidthChanged to modify the widths (and possibly other properties) of the child item objects. The default value is -1, which means that the GoObject.Width property is not set on any child object.
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

GoMultiTextNode Class
GoMultiTextNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback