| Visual Basic (Declaration) | |
|---|---|
Public Property LineStyle As LineStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public LineStyle LineStyle {get; set;} | |
Return Value
Current LineStyle value. Default is LineStyle.Solid.| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |