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