'Declaration <DescriptionAttribute("Indicates the style with which the image is displayed.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <DefaultValueAttribute(Xceed.Grid.ImageStyle, "Stretch")> <EndUserDisplayNameAttribute("Image Style")> Public Property ImageStyle As ImageStyle
'Usage Dim instance As HeaderFooterElement Dim value As ImageStyle instance.ImageStyle = value value = instance.ImageStyle
[Description("Indicates the style with which the image is displayed.")] [Category("Appearance")] [Localizable(true)] [DefaultValue(Xceed.Grid.ImageStyle, "Stretch")] [EndUserDisplayName("Image Style")] public ImageStyle ImageStyle {get; set;}