See Also

Line Class  | Line Members  | LineColor  | LineWeight

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

LineStyle Property

Gets or sets the pen style used to draw the line.

[Visual Basic]
Public Property LineStyle As LineStyle
[C#]
public LineStyle LineStyle {get; set;}

Return Type

LineStyle enumeration.  The default value is LineStyle.Solid. Possible values are:

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.Line1.LineStyle = LineStyle.DashDot; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Line1.LineStyle = LineStyle.DashDot
End Sub

See Also

Line Class  | Line Members  | LineColor  | LineWeight

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.