C# Class MetroRadiance.Converters.WindowStateToVisibilityConverter

Inheritance: IValueConverter
Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

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

WindowState 値から Visibility 値へ変換します。

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

この実装は常に NotImplementedException をスローします。

Method Details

Convert() public method

WindowState 値から Visibility 値へ変換します。
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object 変換元の 値。
targetType System.Type この引数は使用されません。
parameter object パラメーター。文字列 "Reverse" を指定すると、変換結果が逆になります。それ以外の値を指定しても使用されません。
culture System.Globalization.CultureInfo この引数は使用されません。
return object

ConvertBack() public method

この実装は常に NotImplementedException をスローします。
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object この引数は使用されません。
targetType System.Type この引数は使用されません。
parameter object この引数は使用されません。
culture System.Globalization.CultureInfo この引数は使用されません。
return object