AutoLayout(Rectangle,Rectangle,Boolean,Boolean,Boolean,Boolean) Method
Layouts the connection shape automatically.
'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)
Parameters
- firstBounds
- secondBounds
- updateAdjustments
- updateParentBoundary
- applyDisplayFormulas
- updateBoundary