C# Class Open.Core.UI.Controls.Controls.ProgressBar.ProgressBarFlat

Represents a simple flat progress bar.
Inheritance: System.Windows.Controls.ContentControl
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
ColorProperty System.Windows.DependencyProperty
PercentCompleteProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
ProgressBarFlat ( ) : System.Windows

Private Methods

Method Description
UpdateIndicatorWidth ( ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

ProgressBarFlat() public method

public ProgressBarFlat ( ) : System.Windows
return System.Windows

Property Details

ColorProperty public static property

Gets or sets the color of the progress bar.
public static DependencyProperty,System.Windows ColorProperty
return System.Windows.DependencyProperty

PercentCompleteProperty public static property

Gets or sets the progress percentage.
public static DependencyProperty,System.Windows PercentCompleteProperty
return System.Windows.DependencyProperty