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