This control enhances System.Windows.Forms.Panel control by adding a gradient display.
It is very simple to use:
this.panel1.BackColor = Color.Red;
this.panel1.GradientColor = Color.Blue;
this.panel1.GradientColor = Color.Blue;
Click here to download the source code
1 comments:
bunu kendi projemize nasil ekleriz peki!
Post a Comment