Table of Contents

Class FProgressBar

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class FProgressBar : ProgressBar, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
FProgressBar
Implements
Inherited Members
Extension Methods

Constructors

FProgressBar()

public FProgressBar()

Fields

CornerRadiusProperty

public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

HintProperty

public static readonly DependencyProperty HintProperty

Field Value

DependencyProperty

ProgressBarStateProperty

public static readonly DependencyProperty ProgressBarStateProperty

Field Value

DependencyProperty

TextHorizontalAlignmentProperty

public static readonly DependencyProperty TextHorizontalAlignmentProperty

Field Value

DependencyProperty

Properties

CornerRadius

public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

Hint

public string Hint { get; set; }

Property Value

string

ProgressBarState

public ProgressBarState ProgressBarState { get; set; }

Property Value

ProgressBarState

TextHorizontalAlignment

public HorizontalAlignment TextHorizontalAlignment { get; set; }

Property Value

HorizontalAlignment