See Also

Line Class  | Line Members  | LineStyle  | LineWeight

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

LineColor Property

Gets or sets the color of the line control.

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

Return Type

A System.Drawing.Color value that represents the current color of the line. The default value is Color.Black.

Example

[C#] 

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

    this.Line1.LineColor = System.Drawing.Color.Blue; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.Line1.LineColor = System.Drawing.Color.Blue
End Sub

See Also

Line Class  | Line Members  | LineStyle  | LineWeight

 

 


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