'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether visual hints will be displayed when an item drag-drop operation is running.")> Public Property ShowDragDropHints As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.ShowDragDropHints = value value = instance.ShowDragDropHints
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether visual hints will be displayed when an item drag-drop operation is running.")] public System.bool ShowDragDropHints {get; set;}