C# Class withSIX.Core.Presentation.Wpf.Converters.TimeToColorConverter

Inheritance: IValueConverter
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Свойство Type Description
Day System.Windows.Media.SolidColorBrush
Night System.Windows.Media.SolidColorBrush

Méthodes publiques

Méthode 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 méthode

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

ConvertBack() public méthode

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

Property Details

Day public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Day
Résultat System.Windows.Media.SolidColorBrush

Night public_oe static_oe property

public static SolidColorBrush,System.Windows.Media Night
Résultat System.Windows.Media.SolidColorBrush