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