GoDiagram Web Reference
Background Property (GoTextNode)

Gets or sets the background object.
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Overridable Property Background As GoObject
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual GoObject Background {get; set;}

Property Value

The new value may be null, to simply remove the background object. If non-null, the new object should have the Selectable property set to false.
Remarks
Instead of setting the background after creating a node, you may find it easier to override the CreateBackground method. The new background object will have its Selectable and Shadowed properties copied from the old background 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

GoTextNode Class
GoTextNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback