Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / QRCode Class / LineWidth Property

In This Topic
    LineWidth Property (QRCode)
    In This Topic
    Gets or sets the width of the field's border or line.
    Syntax
    'Declaration
     
    Public Property LineWidth As Double
    public double LineWidth {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).

    To draw lines, see the LineSlant property.

    See Also