Class ProgressButton
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class ProgressButton : Button, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
- Inheritance
-
ProgressButton
- Implements
- Inherited Members
- Extension Methods
Constructors
ProgressButton()
public ProgressButton()
Fields
IsBusyProperty
public static readonly DependencyProperty IsBusyProperty
Field Value
IsIndeterminateProperty
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
PercentProperty
public static readonly DependencyProperty PercentProperty
Field Value
ProgressOpacityProperty
public static readonly DependencyProperty ProgressOpacityProperty
Field Value
Properties
CommandKey
public static ComponentResourceKey CommandKey { get; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsBusy
public bool IsBusy { get; set; }
Property Value
IsIndeterminate
public bool IsIndeterminate { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Percent
public double Percent { get; set; }
Property Value
ProgressOpacity
public double ProgressOpacity { get; set; }