| 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 color used to paint the picture border. Default value is Color.Transparent.| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detai1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |