Xceed Chart for WinForms v4.4 Documentation
FrameBevelStyle Enumeration


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : FrameBevelStyle Enumeration
Defines the bevel style of a standard frame. You may need a frame when you want your control background to be more consistent with the other Windows controls displayed by your form. For more information see the Frame object in the Object Reference.
Syntax
'Declaration
 
Public Enum FrameBevelStyle 
   Inherits System.Enum
'Usage
 
Dim instance As FrameBevelStyle
public enum FrameBevelStyle : System.Enum 
Members
MemberDescription
NoneThe bevel is disabled.
RaisedConfigures a raised bevel.
SunkenConfigures a sunken bevel.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.GraphicsCore.FrameBevelStyle

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

Xceed.Chart.GraphicsCore Namespace