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

In This Topic
    LineSlant Property (Field)
    In This Topic
    Specifies whether a line should be drawn across the field (as opposed to a box around the field).
    Syntax
    'Declaration
     
    Public Property LineSlant As LineSlantEnum
    public LineSlantEnum LineSlant {get; set;}
    Remarks
    The color, style, and thickness of the line are determined by the BorderColor, BorderStyle, and LineWidth properties.
    See Also