Version

ProgressRingBusyAnimation Class Members

The following tables list the members exposed by ProgressRingBusyAnimation.

Public Constructors
 NameDescription
Public ConstructorProgressRingBusyAnimation ConstructorInitializes a new ProgressBarBusyAnimation.  
Public Properties
 NameDescription
Public PropertyAnimationTotalDurationGets or sets a Duration value that determines the time it takes for the animation to go from 0 to 100%, or null to use the default value specified on the individual Infragistics.Controls.Interactions.Primitives.BusyAnimationPresenters. (Inherited from Infragistics.Controls.Interactions.BusyAnimation)
Public PropertyBackgroundGets or sets the Brush used to fill the area inside the ring when an instance of a Infragistics.Controls.Interactions.Primitives.ProgressRingBusyAnimationPresenter is created to render a ProgressRingBusyAnimation.  
Public PropertyForegroundGets or sets the Brush used to render the progress text inside the ring when an instance of a Infragistics.Controls.Interactions.Primitives.ProgressRingBusyAnimationPresenter is created to render a ProgressRingBusyAnimation.  
Public PropertyNameOverridden. Returns "ProgressRing".  
Public PropertyRingBackgroundGets or sets the Brush used to fill the background when an instance of a Infragistics.Controls.Interactions.Primitives.ProgressRingBusyAnimationPresenter is created to render a ProgressRingBusyAnimation.  
Public PropertyRingFillGets or sets the Brush used to fill the outer ring when an instance of a Infragistics.Controls.Interactions.Primitives.ProgressRingBusyAnimationPresenter is created to render a ProgressRingBusyAnimation.  
Public Methods
 NameDescription
Public MethodCreatePresenterOverridden. Creates an instance of the element used to represent the animation.  
Public MethodToStringReturns the Name of the animation. (Inherited from Infragistics.Controls.Interactions.BusyAnimation)
See Also