| Visual Basic (Declaration) | |
|---|---|
Public Property LineColor As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Color LineColor {get; set;} | |
Return Value
A System.Drawing.Color value that represents the current color of the line. The default value is Color.Black.| C# | Copy Code |
|---|---|
private void Detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format | |