Class OutlineVisibilityConverter
Represents a data-binding converter to handle the visibility of outline in Overview.
Inheritance
System.Object
OutlineVisibilityConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Diagram.Utility
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class OutlineVisibilityConverter : Object, IValueConverter
Constructors
OutlineVisibilityConverter()
Declaration
public OutlineVisibilityConverter()
Methods
Convert(Object, Type, Object, String)
Method to convert constraints values to visibility.
Declaration
public object Convert(object value, Type targetType, object parameter, string culture)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | Gets graph constraints value. |
| System.Type | targetType | gets target type value |
| System.Object | parameter | Gets object parameter value. |
| System.String | culture | Gets culture info value. |
Returns
| Type | Description |
|---|---|
| System.Object | Retunrs visibility values. |
ConvertBack(Object, Type, Object, String)
Method to convert visibility values into constraints.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string culture)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value | Gets graph constraints value. |
| System.Type | targetType | gets target type value |
| System.Object | parameter | Gets object parameter value. |
| System.String | culture | Gets culture info value. |
Returns
| Type | Description |
|---|---|
| System.Object | Throws exception. |
Implements
Windows.UI.Xaml.Data.IValueConverter