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