'Declaration <DescriptionAttribute("The alignment of the report's background image.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <EndUserDisplayNameAttribute("Background Image Alignment")> Public Property BackgroundImageAlignment As ContentAlignment
'Usage Dim instance As GridReportStyle Dim value As ContentAlignment instance.BackgroundImageAlignment = value value = instance.BackgroundImageAlignment
[Description("The alignment of the report's background image.")] [Category("Appearance")] [Localizable(true)] [EndUserDisplayName("Background Image Alignment")] public ContentAlignment BackgroundImageAlignment {get; set;}