Class VisibilityConverter
VisibilityConverter
Inheritance
System.Object
VisibilityConverter
Implements
System.Windows.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class VisibilityConverter : Object, IValueConverter
Constructors
VisibilityConverter()
Declaration
public VisibilityConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts the visible shapes.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The values. |
System.Type | targetType | The target type. |
System.Object | parameter | The parameter. |
System.Globalization.CultureInfo | culture | The culture. |
Returns
Type | Description |
---|---|
System.Object | The visibility. |
ConvertBack(Object, Type, Object, CultureInfo)
Converts back the visible shapes.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The values. |
System.Type | targetType | The target type. |
System.Object | parameter | The parameter. |
System.Globalization.CultureInfo | culture | The culture. |
Returns
Type | Description |
---|---|
System.Object | The visibility. |
Implements
System.Windows.Data.IValueConverter