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