'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets or sets the preffered edge where the panel to be autohidden.")> Public Property AutoHideLocation As AutoHideLocation
'Usage
Dim instance As NDockingPanelTabInfo Dim value As AutoHideLocation instance.AutoHideLocation = value value = instance.AutoHideLocation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets or sets the preffered edge where the panel to be autohidden.")] public AutoHideLocation AutoHideLocation {get; set;}