'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the size of the tooltip's content image.")> Public Property ContentImageSize As NSize
'Usage
Dim instance As NTooltipInfo Dim value As NSize instance.ContentImageSize = value value = instance.ContentImageSize
[System.ComponentModel.Description("Gets/sets the size of the tooltip's content image.")] public NSize ContentImageSize {get; set;}