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