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