'Declaration<System.ComponentModel.DescriptionAttribute("Gets/sets the size of the displayed image.")> Public Property ImageSize As NSize
'UsageDim instance As NTreeListNodeImageSubItem Dim value As NSize instance.ImageSize = value value = instance.ImageSize
[System.ComponentModel.Description("Gets/sets the size of the displayed image.")] public NSize ImageSize {get; set;}