Xceed Chart for WinForms v4.4 Documentation
ImageFrame Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > Background Class : ImageFrame Property
Gives access to the ImageFrame object controlling the image frame of the background.
Syntax
'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;}
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

Reference

Background Class
Background Members