BalloonWindow Library for .NET

BalloonWindow.AnchorQuadrant Property

Sets or retrieves the quadrant the anchor will be displayed in as defined by the AnchorQuadrant enumeration.

[Visual Basic]
Public Property AnchorQuadrant As AnchorQuadrant
[C#]
public AnchorQuadrant AnchorQuadrant {get; set;}

Remarks

When Auto is set, BalloonWindow will calculate the quadrant to ensure the best placement for the anchor based on its position on the screen to ensure the balloon remains entirly visible on the screen, when possible.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace