Class ProgressBarWithPercentageText
Inheritance
ProgressBarWithPercentageText
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
[TemplatePart(Name = "PART_ProgressBar", Type = typeof(ProgressBar))]
[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBlock))]
public class ProgressBarWithPercentageText : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
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
Type | Description |
---|---|
double |
ForegroundFill
Declaration
public Brush ForegroundFill { get; set; }
Property Value
Type | Description |
---|---|
Brush |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()