Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / LineSlant Property

In This Topic
    LineSlant Property (RenderField)
    In This Topic
    Gets or sets a value indicating whether a line should be drawn across the current 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 ShapeLine property.
    See Also