Table of Contents

Interface IStepItemPresenter

Namespace
H.Controls.Step
Assembly
H.Controls.Step.dll
public interface IStepItemPresenter
Extension Methods

Properties

DisplayName

string DisplayName { get; set; }

Property Value

string

Message

string Message { get; set; }

Property Value

string

Percent

int Percent { get; set; }

Property Value

int

State

StepState State { get; set; }

Property Value

StepState

Width

double Width { get; set; }

Property Value

double