ClassProgressPresenter
Class
Represents the Silverlight ProgressPresenter control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ProgressPresenter : Control, IAutomationPeer, IPeerConverter, IProgressPresenter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlProgressPresenter
Implements:
Inherited Members
Constructors
ProgressPresenter()
Initializes a new instance of the ProgressPresenter class.
Declaration
cs-api-definition
public ProgressPresenter()
Properties
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements