Method MakeTopAligned
MakeTopAligned(bool, bool)
Moves toolbar to the top of the container. This is done by setting it's VerticalAlignment to Top. This moves toolbar to the top if container's Layout is Vertical. Also this method optionally updates margin and border of the toolbar.
public virtual void MakeTopAligned(bool onlyBottomBorder = true, bool updateMargin = true)