Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / Background Class / ImageFrame Property


In This Topic
    ImageFrame Property
    In This Topic
    Gives access to the ImageFrame object controlling the image frame of the background.
    Syntax
    '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;}
    Remarks
    This type of frame can come handy for Web or Win XP style applications. The user can control various properties of the image frame like fill effect, border, lighting effect, edge rounding etc. To activate the image frame you have to set the FrameType property of the background to FrameType.Image.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also