| Visual Basic (Declaration) | |
|---|---|
Public Property LineStyle As LineStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public LineStyle LineStyle {get; set;} | |
Return Value
LineStyle enumeration. The default value is LineStyle.Solid. Possible values are:
- LineStyle.Dash
- LineStyle.DashDot
- LineStyle.DashDotDot
- LineStyle.Dot
- LineStyle.Solid
- LineStyle.Transparent
| 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 | |