Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarViewModeAnimation Class / EasingIn Property

In This Topic
    EasingIn Property
    In This Topic
    Gets or sets the easing function used to interpolate the values of the animation.
    Syntax
    'Declaration
     
    
    Public Property EasingIn As C1.WPF.Core.C1Easing
    public C1.WPF.Core.C1Easing EasingIn {get; set;}
    See Also