BalloonWindow Library for .NET

BalloonWindow.AnchorQuadrantBase Property

The base anchor quadrant for the balloon.

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

Remarks

The base anchor quadrant allows the client to indicate the starting quadrant when AnchorQuadrant is set to AnchorQuadrant. 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 AnchorQuadrant.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace