'Declaration <DescriptionAttribute("The size of the viewer's image.")> <CategoryAttribute("Appearance")> Public Property ImageSize As Size
'Usage Dim instance As CellViewerManager Dim value As Size instance.ImageSize = value value = instance.ImageSize
[Description("The size of the viewer's image.")] [Category("Appearance")] public Size ImageSize {get; set;}