'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the animation style")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NAnimationsStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.DefaultValueAttribute("")> Public Property AnimationsStyle As NAnimationsStyle
'Usage
Dim instance As NSeriesBase Dim value As NAnimationsStyle instance.AnimationsStyle = value value = instance.AnimationsStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the animation style")] [System.ComponentModel.Editor(Nevron.Editors.NAnimationsStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.DefaultValue("")] public NAnimationsStyle AnimationsStyle {get; set;}