C# Class PoshCode.Controls.ProgressPanel

Show file Open project: Jaykul/PoshConsole

Public Properties

Property Type Description
ActivityProperty System.Windows.DependencyProperty
OperationProperty System.Windows.DependencyProperty
PercentCompleteProperty System.Windows.DependencyProperty
StatusProperty System.Windows.DependencyProperty
TimeRemainingProperty System.Windows.DependencyProperty

Public Methods

Method Description
ProgressPanel ( ) : System
ProgressPanel ( System.Management.Automation.ProgressRecord record ) : System

Method Details

ProgressPanel() public method

public ProgressPanel ( ) : System
return System

ProgressPanel() public method

public ProgressPanel ( System.Management.Automation.ProgressRecord record ) : System
record System.Management.Automation.ProgressRecord
return System

Property Details

ActivityProperty public static property

public static DependencyProperty,System.Windows ActivityProperty
return System.Windows.DependencyProperty

OperationProperty public static property

public static DependencyProperty,System.Windows OperationProperty
return System.Windows.DependencyProperty

PercentCompleteProperty public static property

public static DependencyProperty,System.Windows PercentCompleteProperty
return System.Windows.DependencyProperty

StatusProperty public static property

public static DependencyProperty,System.Windows StatusProperty
return System.Windows.DependencyProperty

TimeRemainingProperty public static property

public static DependencyProperty,System.Windows TimeRemainingProperty
return System.Windows.DependencyProperty