'Declaration
<System.ComponentModel.CategoryAttribute("Animation")> <System.ComponentModel.DescriptionAttribute("Gets/Sets the duration of the animation in seconds.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property Duration As System.Single
'Usage
Dim instance As NAnimation Dim value As System.Single instance.Duration = value value = instance.Duration
[System.ComponentModel.Category("Animation")] [System.ComponentModel.Description("Gets/Sets the duration of the animation in seconds.")] [System.ComponentModel.DefaultValue(0)] public System.float Duration {get; set;}