public double Right { get; set; }Public Property Right As Double
Get
Setpublic:
virtual property double Right {
double get () sealed;
void set (double value) sealed;
}abstract Right : float with get, set
override Right : float with get, set