Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public LineDef ShapeLine { get; set; }
Visual Basic
Public Property ShapeLine As LineDef
	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