C# Class withSIX.Play.Presentation.Wpf.Converters.PingToForegroundConverter

Inheritance: IValueConverter
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
Fast System.Windows.Media.SolidColorBrush
Fastest System.Windows.Media.SolidColorBrush
Medium System.Windows.Media.SolidColorBrush
Nothing System.Windows.Media.SolidColorBrush
Slow System.Windows.Media.SolidColorBrush

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

Property Details

Fast public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Fast
return System.Windows.Media.SolidColorBrush

Fastest public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Fastest
return System.Windows.Media.SolidColorBrush

Medium public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Medium
return System.Windows.Media.SolidColorBrush

Nothing public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Nothing
return System.Windows.Media.SolidColorBrush

Slow public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Slow
return System.Windows.Media.SolidColorBrush