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


In This Topic
    ImageFrame Class
    In This Topic
    Applies an artisctic frame with fill effect, shading effect, shadow and border to the background it is applied to.
    Object Model
    ImageFrame Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class ImageFrame 
       Inherits Xceed.Chart.GraphicsCore.ImageFrameBase
    'Usage
     
    Dim instance As ImageFrame
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class ImageFrame : Xceed.Chart.GraphicsCore.ImageFrameBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.Frame
          Xceed.Chart.GraphicsCore.ImageFrameBase
             Xceed.Chart.Standard.ImageFrame

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new instance of this class  
    Top
    Public Properties
     NameDescription
    Public PropertyThe background color of the frame.  
    Public PropertyControls the border of the image frame.  
    Public PropertyThe height of the bottom corners of the image frame.  
    Public PropertyThe height of the bottom tube of the image frame.  
    Public PropertyThe fill effect applied on the frame.  
    Public PropertyThe amount of rounding of the inner edges relative to the corner and tube size.  
    Public PropertyThe width of the left corners of the image frame.  
    Public PropertyThe width of the left tube of the image frame.  
    Public PropertyThe light color of the bevel effect applied on the frame.  
    Public PropertyControls the size of the light bevel.  
    Public PropertyThe amount of rounding of the outer edges relative to the corner size.  
    Public PropertyThe width of the right corners of the image frame.  
    Public PropertyThe width of the right tube of the image frame.  
    Public PropertyControls the shadow of the image frame.  
    Public PropertyThe shadow color of the bevel effect applied on the frame.  
    Public PropertyThe height of the top corners of the image frame.  
    Public PropertyThe height of the top tube of the image frame.  
    Public PropertyThe type of the image frame.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an identical copy of this instance  
    Public MethodInitialzies this instance from the properties of another image frame base object. (Inherited from Xceed.Chart.GraphicsCore.ImageFrameBase)
    Public MethodConfigures the ImageFrame object to display a predefined image frame. This method is provided for fast and easy setup of the image borders.  
    Public MethodOverloaded. Shows a frame properties dialog allowing you to visually edit the frame properties.  
    Top
    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