Skip to content

OverlayPlacement

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Controls where an editor overlay is positioned relative to its anchor.

csharp
public enum OverlayPlacement

Fields

Above

Above the anchor line (hover info when near bottom).

Returns: OverlayPlacement

csharp
Above = 1

Below

Below the anchor line (completions, diagnostics).

Returns: OverlayPlacement

csharp
Below = 0

Released under the MIT License.