| Visual Basic (Declaration) | |
|---|---|
Public Property PenWidth As Short | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public short PenWidth {get; set;} | |
Return Value
Integer value (in 1/10 point) that specifies the width of the line.| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |