Alba.JamlTestApp.MainWin._jaml_MainWinConverter_Class.Convert C# (CSharp) Метод

Convert() публичный Метод

public Convert ( object value, Type targetType, object param, CultureInfo culture ) : object
value object
targetType System.Type
param object
culture System.Globalization.CultureInfo
Результат object
            public object Convert (object value, Type targetType, object param, CultureInfo culture)
            {
                if (ReferenceEquals(value, DependencyProperty.UnsetValue))
                    return DependencyProperty.UnsetValue;
                return (Visibility)value == Visibility.Hidden;
            }
MainWin._jaml_MainWinConverter_Class