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

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

Méthodes publiques

Свойство Type Description
ColorProperty System.Windows.DependencyProperty
PercentCompleteProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
ProgressBarFlat ( ) : System.Windows

Private Methods

Méthode Description
UpdateIndicatorWidth ( ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

ProgressBarFlat() public méthode

public ProgressBarFlat ( ) : System.Windows
Résultat System.Windows

Property Details

ColorProperty public_oe static_oe property

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

PercentCompleteProperty public_oe static_oe property

Gets or sets the progress percentage.
public static DependencyProperty,System.Windows PercentCompleteProperty
Résultat System.Windows.DependencyProperty