'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the panel will be animated when in auto-hide mode.")> Public Property AnimatedAutoHide As System.Boolean
'Usage
Dim instance As NDockingPanelTabInfo Dim value As System.Boolean instance.AnimatedAutoHide = value value = instance.AnimatedAutoHide
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value whether the panel will be animated when in auto-hide mode.")] public System.bool AnimatedAutoHide {get; set;}