Class ProgressBarWithPercentageText
Inheritance
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 |
DependencyProperty |
|
ForegroundFillProperty
Declaration
public static readonly DependencyProperty ForegroundFillProperty
Field Value
Type |
Description |
DependencyProperty |
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
BarHeight
Declaration
public double BarHeight { get; set; }
Property Value
ForegroundFill
Declaration
public Brush ForegroundFill { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Extension Methods