Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StaircasePanel Class / ConnectionLineAlignment Property


In This Topic
    ConnectionLineAlignment Property (StaircasePanel)
    In This Topic
    Gets or sets the alignment of the lines that connect the elements in the StaircasePanel together.
    Syntax
    '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.

    Requirements

    Target Platforms: Windows 11, Windows, 10, 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