Public Property Width As Integer
Dim instance As Line Dim value As Integer instance.Width = value value = instance.Width
public int Width {get; set;}