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
HintProperty
public static readonly DependencyProperty HintProperty
Field Value
ProgressBarStateProperty
public static readonly DependencyProperty ProgressBarStateProperty
Field Value
TextHorizontalAlignmentProperty
public static readonly DependencyProperty TextHorizontalAlignmentProperty
Field Value
Properties
CornerRadius
public CornerRadius CornerRadius { get; set; }
Property Value
Hint
public string Hint { get; set; }
Property Value
ProgressBarState
public ProgressBarState ProgressBarState { get; set; }
Property Value
TextHorizontalAlignment
public HorizontalAlignment TextHorizontalAlignment { get; set; }