Reflection Image and Label, DevComponents.
Reflection Image.
Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.ReflectionImage();
Creating a reflection image control.
DevComponents.DotNetBar.Controls.ReflectionImage RImage = new DevComponents.DotNetBar.Controls.ReflectionImage();
RImage.Location = new Point(0, 0);
RImage.Size = new Size(300, 300);
RImage.Image = global ::WindowsApplication2.Properties.Resources.Acer9810;
this.Controls.Add(RImage);
Reflection Label.
Namespace: DevComponents.DotNetBar.Controls
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.DotNetBar.Controls;
Declaring: DevComponents.DotNetBar.Controls.ReflectionLabel();
Creating the Reflection Label control.
DevComponents.DotNetBar.Controls.ReflectionLabel RLabel = new DevComponents.DotNetBar.Controls.ReflectionLabel();
RLabel.Location = new Point(0, 0);
RLabel.Size = new Size(300, 300);
RLabel.Text = "Reflection Iamge";
this.Controls.Add(RLabel);
Screenshots - Reflection, DevComponents.
|