C# Class UpdateProgressBar, chronojump

Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
IsEvent bool
PercentageMode bool
ValueToShow double

Public Methods

Method Description
UpdateProgressBar ( ) : System
UpdateProgressBar ( bool isEvent, bool percentageMode, double valueToShow ) : System

Method Details

UpdateProgressBar() public method

public UpdateProgressBar ( ) : System
return System

UpdateProgressBar() public method

public UpdateProgressBar ( bool isEvent, bool percentageMode, double valueToShow ) : System
isEvent bool
percentageMode bool
valueToShow double
return System

Property Details

IsEvent public_oe property

public bool IsEvent
return bool

PercentageMode public_oe property

public bool PercentageMode
return bool

ValueToShow public_oe property

public double ValueToShow
return double