See Also

Shape Class  | Shape 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 shape's lines.

[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 shape's lines. Default is Color.Black.

Example

[C#] 

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

    this.Shape1.LineColor = System.Drawing.Color.Navy; 
}

[Visual Basic] 

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

See Also

Shape Class  | Shape Members  | LineStyle  | LineWeight

 

 


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