Class IconToVisibilityConverter
Represents the IconToVisibilityConverter that converts Icon to Visibility value
Inheritance
System.Object
IconToVisibilityConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class IconToVisibilityConverter : Object, IValueConverter
Constructors
IconToVisibilityConverter()
Declaration
public IconToVisibilityConverter()
Methods
Convert(Object, Type, Object, String)
Converts Icon variable to Visibility
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value is icon |
System.Type | targetType | Target type is visibility |
System.Object | parameter | Parameter is visibility |
System.String | language | The language is current culture |
Returns
Type | Description |
---|---|
System.Object | Returns visibility value |
ConvertBack(Object, Type, Object, String)
Converts back into default type
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | Default value is null |
System.Type | targetType | Target type is visibility |
System.Object | parameter | Parameter is default value |
System.String | language | The language is current culture |
Returns
Type | Description |
---|---|
System.Object | Returns null |
Implements
Windows.UI.Xaml.Data.IValueConverter