This class realizes progress bar. Inherited from Control.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class Progress : Control
Visual Basic (Declaration)
Public Class Progress _
	Inherits Control
Visual C++
public ref class Progress : public Control

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          PerpetuumSoft.Reporting.Silverlight.Client..::.Progress

See Also