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