ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / BorderColor Property

In This Topic
    BorderColor Property (Field)
    In This Topic
    Gets or sets the field's border color.
    Syntax
    'Declaration
     
    Public Property BorderColor As Color
    public Color BorderColor {get; set;}
    Remarks

    To draw a border around a field, set the following properties:

    C1.C1Preview.C1Report.Field.BorderColor to define the border color.

    C1.C1Preview.C1Report.Field.BorderStyle to define the border style (e.g., solid, dashed, etc.).

    C1.C1Preview.C1Report.Field.LineWidth to define the border width (in twips).

    See Also