Table of Contents

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

DependencyProperty

IsIndeterminateProperty

public static readonly DependencyProperty IsIndeterminateProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

PercentProperty

public static readonly DependencyProperty PercentProperty

Field Value

DependencyProperty

ProgressOpacityProperty

public static readonly DependencyProperty ProgressOpacityProperty

Field Value

DependencyProperty

Properties

CommandKey

public static ComponentResourceKey CommandKey { get; }

Property Value

ComponentResourceKey

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IsBusy

public bool IsBusy { get; set; }

Property Value

bool

IsIndeterminate

public bool IsIndeterminate { get; set; }

Property Value

bool

Message

public string Message { get; set; }

Property Value

string

Percent

public double Percent { get; set; }

Property Value

double

ProgressOpacity

public double ProgressOpacity { get; set; }

Property Value

double