'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the preferred height for the node. The actual node height will be the maximum of the measured and preferred height.")> Public Property PreferredHeight As System.Integer
'Usage
Dim instance As NTreeNode Dim value As System.Integer instance.PreferredHeight = value value = instance.PreferredHeight
[System.ComponentModel.Description("Gets/sets the preferred height for the node. The actual node height will be the maximum of the measured and preferred height.")] public System.int PreferredHeight {get; set;}