BalloonWindow Library for .NET

BalloonWindow.AnchorOffset Property

Sets or retrieves the increasing distance along the anchor quadrant edge where the anchor tip will be positioned.

[Visual Basic]
Public Property AnchorOffset As Integer
[C#]
public int AnchorOffset {get; set;}

Remarks

When the value is -1, BalloonWindow will calculate the offset based on the balloon's screen position. When the value is -2, the anchor will maintain a center position.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace