WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OutlineVisibilityConverter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OutlineVisibilityConverter

    Represents a data-binding converter to handle the visibility of outline in Overview.

    Inheritance
    System.Object
    OutlineVisibilityConverter
    Implements
    System.Windows.Data.IValueConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram.Utility
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class OutlineVisibilityConverter : IValueConverter

    Constructors

    OutlineVisibilityConverter()

    Declaration
    public OutlineVisibilityConverter()

    Methods

    Convert(Object, Type, Object, CultureInfo)

    Method to convert constraints values to visibility.

    Declaration
    public object Convert(object value, Type targetType, object parameter, CultureInfo 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.Globalization.CultureInfo culture

    Gets culture info value.

    Returns
    Type Description
    System.Object

    Retunrs visibility values.

    ConvertBack(Object, Type, Object, CultureInfo)

    Method to convert visibility values into constraints.

    Declaration
    public object ConvertBack(object value, Type targetType, object parameter, CultureInfo 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.Globalization.CultureInfo culture

    Gets culture info value.

    Returns
    Type Description
    System.Object

    Throws exception.

    Implements

    System.Windows.Data.IValueConverter
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved