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