WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TransitionInverter - WPF API Reference | Syncfusion System.Windows.Data.IValueConverter. ">

    Show / Hide Table of Contents

    Class TransitionInverter

    Represents a convertor that inverts the transition values by applying custom logic using System.Windows.Data.IValueConverter.

    Inheritance
    System.Object
    TransitionInverter
    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.Windows.Controls
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class TransitionInverter : IValueConverter

    Constructors

    TransitionInverter()

    Declaration
    public TransitionInverter()

    Methods

    Convert(Object, Type, Object, CultureInfo)

    Inverts the transition

    Declaration
    public object Convert(object value, Type targetType, object parameter, CultureInfo language)
    Parameters
    Type Name Description
    System.Object value

    input value

    System.Type targetType

    target type

    System.Object parameter

    input parameter

    System.Globalization.CultureInfo language

    input language

    Returns
    Type Description
    System.Object

    converted value as object

    ConvertBack(Object, Type, Object, CultureInfo)

    Converts back into default type

    Declaration
    public object ConvertBack(object value, Type targetType, object parameter, CultureInfo language)
    Parameters
    Type Name Description
    System.Object value

    input value

    System.Type targetType

    target type

    System.Object parameter

    input parameter

    System.Globalization.CultureInfo language

    input language

    Returns
    Type Description
    System.Object

    converted value as object

    Implements

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