Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / ShapeLine Property

In This Topic
    ShapeLine Property
    In This Topic
    Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).
    Syntax
    'Declaration
     
    Public Property ShapeLine As LineDef
    public LineDef ShapeLine {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is a black line, 1pt thick.

    See Also