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