'Declaration Public Property ConnectionLineAlignment As ConnectionLineAlignment
'Usage Dim instance As StaircasePanel Dim value As ConnectionLineAlignment instance.ConnectionLineAlignment = value value = instance.ConnectionLineAlignment
public ConnectionLineAlignment ConnectionLineAlignment {get; set;}
Property Value
A ConnectionLineAlignment value representing the alignment of the lines that connect the elements in the StaircasePanel together. By default, ConnectionLineAlignment.RightToBottom (see Figure 1).

Figure 1: Right-to-bottom Figure 2: Left-to-bottom
| Member | Description |
|---|---|
| RightToBottom | The lines are aligned right to bottom. |
| LeftToBottom | The lines are aligned left to bottom. |
| RightToTop | The lines are aligned right to top. |
| LeftToTop | The lines are aligned left to top. |
| CenterToCenter | The lines are aligned center to center. |