public bool GetFlowBreak(Control control)
 {
     return(_flowLayoutSettings.GetFlowBreak(control));
 }