Click or drag to resize

CustomProgressBar class

Provides a ProgressBar with additional properties: Switchable glow effect, selectable colour, centred additional text.
Inheritance hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  NetEti.CustomControlsCustomProgressBar

Namespace: NetEti.CustomControls
Assembly: NetEti.CustomProgressBar (in NetEti.CustomProgressBar.dll) Version: 1.0.0+b268983ad2aa6fe7c688c3fe52848bea8f5bfb7c
Syntax
public class CustomProgressBar : UserControl,
	 
	IComponentConnector

The CustomProgressBar Type exposes the following members.

Constructors
 NameDescription of the
Public MethodCustomProgressBar Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyIsGlowing Switches the glow effect of the ProgressBar on or off.
Public PropertyIsIndeterminate Switches between the ProgressBar running from left to right and the ProgressBar running back and forth forever.
Public PropertyText Sets or reads an additional text centred on the ProgressBar.
Public PropertyValue Percentage value of the ProgressBar - can be read and set externally.
Back to the top
Methods
 NameDescription of the
Public MethodInitializeComponent InitializeComponent
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberIsGlowingProperty Switches the glow effect of the ProgressBar on or off.
Public FieldStatic MemberIsIndeterminateProperty Switches between the ProgressBar running from left to right and the ProgressBar running back and forth forever.
Public FieldStatic MemberTextProperty Sets or reads an additional text centred on the ProgressBar.
Public FieldStatic MemberValueProperty Percentage value of the ProgressBar - can be read and set externally.
Back to the top
Remarks
File: CustomProgressBar.xaml.cs
Author: Erik Nagel, NetEti

21.01.2013 Erik Nagel: created
See also