Search Results for

    Show / Hide Table of Contents

    Class ProgressBarWithPercentageText

    Inheritance
    System.Object
    ProgressBarWithPercentageText
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    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

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ProgressBarWithPercentageText()
    • Fields
      • BarHeightProperty
      • ForegroundFillProperty
      • ValueProperty
    • Properties
      • BarHeight
      • ForegroundFill
      • Value
    • Methods
      • OnApplyTemplate()
    • Extension Methods
    Back to top Generated by DocFX