ComponentOne Reports for WPF
C1.C1Report Namespace / BorderStyleEnum Enumeration

In This Topic
    BorderStyleEnum Enumeration
    In This Topic
    Specifies the Field’s border style.
    Syntax
    'Declaration
     
    Public Enum BorderStyleEnum 
       Inherits System.Enum
    public enum BorderStyleEnum : System.Enum 
    Members
    MemberDescription
    DashDashed border.
    DashDotDash-dot border.
    DashDotDotDash-dot-dot border.
    DotDotted border.
    SolidSolid border.
    TransparentNo border.
    Remarks
    Use the members of this enumeration to set the value of the Field.BorderStyle property in the Field class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.BorderStyleEnum

    See Also