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



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