Table of Contents

Class StepItemPresenter

Namespace
H.Controls.Step
Assembly
H.Controls.Step.dll
public class StepItemPresenter : BindableBase, INotifyPropertyChanged, IStepItemPresenter
Inheritance
StepItemPresenter
Implements
Derived
Inherited Members
Extension Methods

Properties

DisplayName

public string DisplayName { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

Percent

public int Percent { get; set; }

Property Value

int

State

-1 错误 0 未开始 1 正在运行 2 运行成功

public StepState State { get; set; }

Property Value

StepState

Width

public double Width { get; set; }

Property Value

double