Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Media.Animation Namespace / IterativeEquationConverter Class
Members


In This Topic
    IterativeEquationConverter Class
    In This Topic
    The converter used to convert IterativeEquation to a specific PennerEquation defined in the PennerEquations class based on a string. This comes in really handy when we are creating the "IterativeDoubleAnimation" in markup. All we need to do is set the "Equation" property on the IterativeDoubleAnimation to a string corresponding to a PennerEquation from the PennerEquations class.
    Syntax
    'Declaration
     
    Public Class IterativeEquationConverter 
       Inherits System.ComponentModel.TypeConverter
    'Usage
     
    Dim instance As IterativeEquationConverter
    public class IterativeEquationConverter : System.ComponentModel.TypeConverter 
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          Xceed.Wpf.Toolkit.Media.Animation.IterativeEquationConverter

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also