'Declaration
<SRCategoryAttribute("CatAppearance")> <SRDescriptionAttribute("TreeViewItemHeightDescr")> Public Property ItemHeight As System.Integer
'Usage
Dim instance As NSceneTreeViewControl Dim value As System.Integer instance.ItemHeight = value value = instance.ItemHeight
[SRCategory("CatAppearance")] [SRDescription("TreeViewItemHeightDescr")] public System.int ItemHeight {get; set;}