'Declaration <DescriptionAttribute("The alignment of the grid's background image.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute(Mono.Cecil.CustomAttributeArgument)> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property BackgroundImageAlignment As ContentAlignment
'Usage Dim instance As GridControl Dim value As ContentAlignment instance.BackgroundImageAlignment = value value = instance.BackgroundImageAlignment
[Description("The alignment of the grid's background image.")] [Category("Appearance")] [AmbientValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] [ApplyToDesigner(true)] public ContentAlignment BackgroundImageAlignment {get; set;}