In WinForms I am using a Label to display different messages like success, failure, etc.
WinForms
Label
I\'d like to center that label in the center form.
You will achive it with setting property Anchor: None.