GoDiagram Web Reference
LayoutChildren Method (GoLabeledLink)

Position each of the labels.
Syntax
'Declaration
 
Public Overrides Sub LayoutChildren( _
   ByVal childchanged As GoObject _
) 
public override void LayoutChildren( 
   GoObject childchanged
)

Parameters

childchanged
Remarks
This method calls PositionEndLabel for the FromLabel and ToLabel, and calls LayoutMidLabel which similarly calls PositionMidLabel for the MidLabel. If there are less than two points in the stroke of the RealLink, this method does nothing. When Initializing is true, this method does nothing.
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

GoLabeledLink Class
GoLabeledLink Members
Base Implementation in LayoutChildren

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback