BalloonWindow Library for .NET

BalloonWindow.AllowObscure Property

Sets or retrieves whether the balloon is allowed to overlap any part of the target region.

[Visual Basic]
Public Property AllowObscure As Boolean
[C#]
public bool AllowObscure {get; set;}

Remarks

When a balloon is allowed to overlap target areas, the anchor tip is centered in the visible region of that control or rectangle. If overlaping is not allowed, the anchor tip is snapped to the edge of the control, preserving the anchor quadrant.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace