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

Inheritance: IValueConverter
Show file 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 static property

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

Fastest public static property

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

Medium public static property

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

Nothing public static property

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

Slow public static property

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