Moves the anchor to specified point.
Moves the anchor to specified point.
public void MoveAnchorTo(Point);
Moves the anchor to the specified rectangle.
public void MoveAnchorTo(Rectangle);
Moves the anchor to the specified X and Y coordinates.
public void MoveAnchorTo(int,int);
Moves the anchor to the specified control.
public void MoveAnchorTo(Control);
BalloonWindow Class | Rilling.Common.UI.Forms Namespace