Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Media.Animation Namespace / AnimationRate Structure / Add Method


In This Topic
    Add Method (AnimationRate)
    In This Topic
    Adds the specified AnimationRate to this instance.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal animationRate As AnimationRate _
    ) As AnimationRate
    'Usage
     
    Dim instance As AnimationRate
    Dim animationRate As AnimationRate
    Dim value As AnimationRate
     
    value = instance.Add(animationRate)

    Parameters

    animationRate

    Return Value

    An AnimationRate that represents the value of this instance plus the value of animationRate.
    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