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