ComponentOne Gauges for WPF and Silverlight
Silverlight Quick Start / Step 4 of 4: Running the Application
In This Topic
    Step 4 of 4: Running the Application
    In This Topic

    Now that you've created a Silverlight application and customized the application's appearance and behavior, the only thing left to do is run your application. To run your application and observe Gauges for Silverlight's run-time behavior, complete the following steps:

    1. From the Project menu, select Test Solution to view how your application will appear at run time.

      The application will appear similar to the following:

       

       

    2. Enter a value, for example 25 in the text box. Notice that the values of the C1KnobC1RadialGauge, and C1LinearGauge controls change:

       

       

      By default the Minimum property of the gauge controls is set to 0 and the Maximum is set to 100, so when the Value is set to 25 the gauges appear a quarter complete.

    3. Click on the C1Knob control to change its Value. Notice that the value of the other gauges changes as well and the current value is displayed in the text box:

       

       

    Congratulations! You've completed the Gauges for Silverlight quick start and created an application using the C1RadialGaugeC1LinearGauge, and C1Knob controls and viewed some of the run-time capabilities of your application.