Zebra0.com

csharp booleanBoolean Expressions in C#

Boolean Expressions in C#


Text of video
private void Form1_Resize(object sender, EventArgs e)
{
   int whiteSpace = this.Width - lblTitle.Width;
   int left = whiteSpace / 2;
   lblTitle.Location = new Point(left, lblTitle.Location.Y);
}

That's all! Congratulations on completing all of the lessons in csharp!