'Declaration <DescriptionAttribute("The area where the viewer's image is displayed.")> <CategoryAttribute("Appearance")> Public Property ImageArea As ImageArea
'Usage Dim instance As CellViewerManager Dim value As ImageArea instance.ImageArea = value value = instance.ImageArea
[Description("The area where the viewer's image is displayed.")] [Category("Appearance")] public ImageArea ImageArea {get; set;}