Xceed Chart for WinForms v4.4 Documentation
StandardFrame Class
Members 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : StandardFrame Class
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
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class StandardFrame 
   Inherits Xceed.Chart.GraphicsCore.StandardFrameBase
'Usage
 
Dim instance As StandardFrame
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Utilities.ObjectEditor, Xceed.Chart.Utilities.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[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

Reference

StandardFrame Members
Xceed.Chart.Standard Namespace