public IShape Shape { get; set; }Public Property Shape As IShape
Get
Setpublic:
virtual property IShape^ Shape {
IShape^ get () sealed;
void set (IShape^ value) sealed;
}abstract Shape : IShape with get, set
override Shape : IShape with get, set