GoDiagram Web Reference
AutoResizes Property (GoBasicNode)

Gets or sets whether the size of the background is changed as the text label's size changes, when the LabelSpot is GoObject.Middle.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether the background changes size as the text changes")>
Public Overridable Property AutoResizes As Boolean
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether the background changes size as the text changes")]
public virtual bool AutoResizes {get; set;}

Property Value

The default value is true.
Remarks
Setting this property will call OnAutoResizesChanged with the old value to determine how to change the properties of the GoText label.
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

GoBasicNode Class
GoBasicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback