Class ProgressBarWithPercentageText
Inheritance
System.Object
ProgressBarWithPercentageText
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class ProgressBarWithPercentageText : Control
Constructors
ProgressBarWithPercentageText()
Declaration
public ProgressBarWithPercentageText()
Fields
BarHeightProperty
Declaration
public static readonly DependencyProperty BarHeightProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ForegroundFillProperty
Declaration
public static readonly DependencyProperty ForegroundFillProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
BarHeight
Declaration
public double BarHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
ForegroundFill
Declaration
public Brush ForegroundFill { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Value
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Extension Methods