C# Class FSClient.AccountDefaultConverter

Inheritance: IValueConverter
Mostra file Open project: mitchcapper/FSClient

Public Properties

Property Type Description
default_account_color System.Windows.Media.SolidColorBrush
normal_account_color System.Windows.Media.SolidColorBrush

Public Methods

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

Method Details

Convert() public method

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

ConvertBack() public method

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

Property Details

default_account_color public_oe static_oe property

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

normal_account_color public_oe static_oe property

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