namespace WPFluent.Controls; /// /// Decides where to put the element. /// public enum ElementPlacement { /// /// Puts the control element on the left. /// Left, /// /// Puts the control element on the right. /// Right, }