BalloonWindow Library for .NET

BalloonWindow.AnchorOffsetBase Property

The base anchor offset for the balloon.

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

Remarks

The base anchor offset allows the client to indicate the starting offset when AnchorOffset is set to -1. This must be set prior to the the first display of the balloon. This property is ignored after the balloon is first displayed.

The value cannot be set to -1.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace