BalloonWindow Library for .NET

AnchorQuadrant Enumeration

Enumeration the defines the possible location for the balloon's anchor.

[Visual Basic]
Public Enum AnchorQuadrant
[C#]
public enum AnchorQuadrant

Members

Member NameDescription
Top Identifies the top-most edge of the balloon.
Bottom Identifies the bottom-most edge of the balloon.
Left Identifies the left-most edge of the balloon.
Right Identifies the right-most edge of the balloon.
Auto Identifies BalloonWindow will calculate the "best" quadrant based on the balloons position to ensure the largest visible area is displayed on the screen.

Requirements

Namespace: Rilling.Common.UI.Forms

Assembly: BalloonWindow (in BalloonWindow.dll)

See Also

Rilling.Common.UI.Forms Namespace