'Declaration Public Property Width As Double
'Declaration
Public Property Width As Double
'Usage Dim instance As C1Rect Dim value As Double instance.Width = value value = instance.Width
'Usage
Dim instance As C1Rect Dim value As Double instance.Width = value value = instance.Width
public double Width {get; set;}
C1Rect Structure C1Rect Members