ComponentOne Imaging for Silverlight Library
Step 2 of 3: Adding an Image
Image > Image for Silverlight Quick Start > Step 2 of 3: Adding an Image

Next we are going to add an image to the C1Image control.

  1. Select the C1Image control and in the Visual Studio Properties window, click the ellipsis button next to the C1Image.Source property. The Choose Image dialog box opens.
  2. Click the Add button.
  3. In the Open dialog box, browse to find an image. It can be a .gif (animated or still), .jpg, .jpeg, or .png.
  4. Select the image and click Open.
  5. Click OK.

In the next step you will run the application.