'Declaration <DescriptionAttribute("The background image of the grid element.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property BackgroundImage As Image
'Usage Dim instance As VisualGridElement Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
[Description("The background image of the grid element.")] [Category("Appearance")] [AmbientValue("")] [Localizable(true)] [ApplyToDesigner(true)] public Image BackgroundImage {get; set;}