'Declaration <DescriptionAttribute("The alignment of the image in the ImageArea.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> Public Property ImageAlignment As ViewerImageAlignment
'Usage Dim instance As CellViewerManager Dim value As ViewerImageAlignment instance.ImageAlignment = value value = instance.ImageAlignment
[Description("The alignment of the image in the ImageArea.")] [Category("Appearance")] [Localizable(true)] public ViewerImageAlignment ImageAlignment {get; set;}