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