[]
        
(Showing Draft Content)

C1.Report.ShapeField.Line

Line Property

Line

Gets or sets the Line object defining the style of lines used to draw the shape.

Declaration
[C1Category("Appearance")]
[C1Description("ShapeField.Line", "Determines the style of lines used to draw the shape.")]
[TypeConverter(typeof(ExpandableObjectConverter))]
public Line Line { get; set; }
<C1Category("Appearance")>
<C1Description("ShapeField.Line", "Determines the style of lines used to draw the shape.")>
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Property Line As Line