Table of Contents

Method AlignSecondPanel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AlignSecondPanel(ElementContentAlign)

Aligns the second panel to the specified edge of the container.

public virtual void AlignSecondPanel(ElementContentAlign alignment)

Parameters

alignment ElementContentAlign

One 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.