ComponentOne FinancialChart for WPF
C1.Chart Namespace / AnimationOptions Class / Duration Property



In This Topic
    Duration Property
    In This Topic
    Gets or sets the animation duration.
    Syntax
    'Declaration
     
    
    Public Property Duration As Integer
    'Usage
     
    
    Dim instance As AnimationOptions
    Dim value As Integer
     
    instance.Duration = value
     
    value = instance.Duration
    public int Duration {get; set;}
    public:
    property int Duration {
       int get();
       void set (    int value);
    }
    See Also