GoDiagram Win Reference
LayoutMidLabel Method

passed on from LayoutChildren
Decide which segment should get the middle label, and call PositionMidLabel to perform that positioning.
Syntax
'Declaration
 
Protected Overridable Sub LayoutMidLabel( _
   ByVal childchanged As GoObject _
) 
protected virtual void LayoutMidLabel( 
   GoObject childchanged
)

Parameters

childchanged
passed on from LayoutChildren
Remarks
If there are an odd number of segments in the link's stroke, this calls PositionMidLabel with the endpoints of the middle segment. Otherwise with an even number of segments, it uses the longer of the two middle segments.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback