Table of Contents

Class ProgressModel

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public class ProgressModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
ProgressModel
Implements
Inherited Members
Extension Methods

Constructors

ProgressModel(ISurface)

public ProgressModel(ISurface surface)

Parameters

surface ISurface

Properties

Clock

public string Clock { get; set; }

Property Value

string

Element

public string Element { get; set; }

Property Value

string

IsIndeterminate

public bool IsIndeterminate { get; set; }

Property Value

bool

Log

public string Log { get; set; }

Property Value

string

Maximum

public double Maximum { get; set; }

Property Value

double

Minimum

public double Minimum { get; set; }

Property Value

double

Step

public string Step { get; set; }

Property Value

string

Value

public double Value { get; set; }

Property Value

double

ValueTooltip

public string ValueTooltip { get; set; }

Property Value

string