Method AlignSecondPanel
AlignSecondPanel(ElementContentAlign)
Aligns the second panel to the specified edge of the container.
public virtual void AlignSecondPanel(ElementContentAlign alignment)
Parameters
alignmentElementContentAlignOne of the ElementContentAlign values that specifies the edge (Left, Right, Top, or Bottom) to which the second panel will be aligned.
Remarks
Use this method to reposition the second panel within the container according to the desired alignment. Supplying an invalid alignment value may result in no action or undefined behavior.