'Declaration <DescriptionAttribute("The background image that will be used by the grid element when the style is applied.")> <CategoryAttribute("Appearance")> <XmlIgnoreAttribute()> <AmbientValueAttribute("")> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property BackgroundImage As Image
'Usage Dim instance As StatelessVisualGridElementStyle Dim value As Image instance.BackgroundImage = value value = instance.BackgroundImage
[Description("The background image that will be used by the grid element when the style is applied.")] [Category("Appearance")] [XmlIgnore()] [AmbientValue("")] [Localizable(true)] [ApplyToDesigner(true)] public Image BackgroundImage {get; set;}