2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / BorderStyleEnum Enumeration

In This Topic
    BorderStyleEnum Enumeration
    In This Topic
    Border is a basic border object, used by StyleContext for rendering and measuring elements. It provides a solid border with a single color and arbitrary widths on each side. Border is designed to be extended so you can easily implement 3-D effects, compound borders, etc.
    Syntax
    'Declaration
     
    Public Enum BorderStyleEnum 
       Inherits System.Enum
    public enum BorderStyleEnum : System.Enum 
    Members
    MemberDescription
    DashedDashed line border.
    DoubleDouble solid line border.
    EmptyEmpty Border.
    FilletCompound border (raised+inset).
    GrooveCompound border (inset+raised).
    InsetInset 3D border.
    InsetBevelInset 3D border with bevel.
    NoneNo border.
    NotSetBorder style is not set.
    OpaqueSolid line border rendered without antialiasing.
    RaisedRaised 3D border.
    RaisedBevelRaised 3D border with bevel.
    SolidSolid line border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1ChartBase.BorderStyleEnum

    See Also