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

    Public Constructors
     NameDescription
    Public ConstructorCreates a new StandardFrame object with disabled bevels.  
    Top
    Public Properties
     NameDescription
    Public PropertyControls the distance between the inner and the outer bevel.  
    Public PropertyThe color used to fill the gap between the inner and the outer bevel.  
    Public PropertyControls the width of the inner and the outer bevels.  
    Public PropertyControls the line properties applied on the border of the frame.  
    Public PropertyThe color of the dark inner bevel side.  
    Public PropertyThe color of the light inner bevel side.  
    Public PropertyControls the inner style of the frame.  
    Public PropertyThe color of the dark outer bevel side.  
    Public PropertyThe color of the light outer bevel side.  
    Public PropertyControls the outer style of the frame.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates an identical copy of this instance  
    Public MethodInitializes a StandardFrame object from the properties of another StandardFrame object. (Inherited from Xceed.Chart.GraphicsCore.StandardFrameBase)
    Public MethodSets a predefined frame style.  
    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