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