'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets a value whether true WYSIWYG hints will be shown. If this is true a preview dock zone tree will be created and the exact bounds of the panel after dock will be shown.")> Public Property WYSIWYGHints As System.Boolean
'Usage
Dim instance As NDockingHintStyle Dim value As System.Boolean instance.WYSIWYGHints = value value = instance.WYSIWYGHints
[System.ComponentModel.Description("Gets or sets a value whether true WYSIWYG hints will be shown. If this is true a preview dock zone tree will be created and the exact bounds of the panel after dock will be shown.")] public System.bool WYSIWYGHints {get; set;}