'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the animation type for menus.")> Public Property Animation As MenuAnimation
'Usage
Dim instance As NGlobalMenuOptions Dim value As MenuAnimation instance.Animation = value value = instance.Animation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the animation type for menus.")] public MenuAnimation Animation {get; set;}