AutoLayout(Rectangle,Rectangle,Boolean,Boolean,Boolean,Boolean) Method
In This Topic
Layouts the connection shape automatically.
Syntax
'Declaration
Public Overloads Sub AutoLayout( _
ByVal As Rectangle, _
ByVal As Rectangle, _
ByVal As Boolean, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As ConnectionShape
Dim firstBounds As Rectangle
Dim secondBounds As Rectangle
Dim updateAdjustments As Boolean
Dim updateParentBoundary As Boolean
Dim applyDisplayFormulas As Boolean
Dim updateBoundary As Boolean
instance.AutoLayout(firstBounds, secondBounds, updateAdjustments, updateParentBoundary, applyDisplayFormulas, updateBoundary)
public void AutoLayout(
Rectangle ,
Rectangle ,
bool ,
bool ,
bool ,
bool
)
Parameters
- firstBounds
- secondBounds
- updateAdjustments
- updateParentBoundary
- applyDisplayFormulas
- updateBoundary
See Also