Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / NavigateAnimation Property

In This Topic
    NavigateAnimation Property
    In This Topic
    Gets an object containing the animation settings that will be applied when navigating backwards or forward.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NavigateAnimation As C1.WPF.Core.C1Animation
    public C1.WPF.Core.C1Animation NavigateAnimation {get;}
    See Also