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