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