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


In This Topic
    StandardFrame Class
    In This Topic
    The StandardFrame object controls the frame applied on a particular object. The frame itself consists of four elements - the outer bevel, the bevel distance, the inner bevel and the frame border. With the help of the InnerStyle and OuterStyle properties you can control inner and outer bevel style. The BevelDistance property specifies the distance between the inner and the outer bevel. The HasBorder property allows you to enable or disable the frame border.
    Object Model
    StandardFrame Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class StandardFrame 
       Inherits Xceed.Chart.GraphicsCore.StandardFrameBase
    'Usage
     
    Dim instance As StandardFrame
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class StandardFrame : Xceed.Chart.GraphicsCore.StandardFrameBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.Frame
          Xceed.Chart.GraphicsCore.StandardFrameBase
             Xceed.Chart.Standard.StandardFrame

    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