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