'Declaration <CategoryAttribute("Frame")> <DescriptionAttribute("Gives access to an object controlling the image frame of the background.")> <EditorAttribute(Xceed.Chart.Standard.ImageAndStandardFrameTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property ImageFrame As ImageFrame
'Usage Dim instance As Background Dim value As ImageFrame instance.ImageFrame = value value = instance.ImageFrame
[Category("Frame")] [Description("Gives access to an object controlling the image frame of the background.")] [Editor(Xceed.Chart.Standard.ImageAndStandardFrameTypeEditor, System.Drawing.Design.UITypeEditor)] public ImageFrame ImageFrame {get; set;}