C# Class PoshCode.Controls.ProgressPanel

Exibir arquivo 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_oe static_oe property

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

OperationProperty public_oe static_oe property

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

PercentCompleteProperty public_oe static_oe property

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

StatusProperty public_oe static_oe property

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

TimeRemainingProperty public_oe static_oe property

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