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