C# Class Amoeba.Windows.LeftRelativeDoubleConverter

Inheritance: IValueConverter
Show file Open project: Alliance-Network/Amoeba

Public Properties

Property Type Description
GetDoubleEvent GetDoubleEventHandler

Public Methods

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

Protected Methods

Method Description
OnGetDoubleEvent ( ) : double

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

OnGetDoubleEvent() protected method

protected OnGetDoubleEvent ( ) : double
return double

Property Details

GetDoubleEvent public static property

public static GetDoubleEventHandler GetDoubleEvent
return GetDoubleEventHandler