OverlayPlacement
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Controls where an editor overlay is positioned relative to its anchor.
csharp
public enum OverlayPlacementFields
Above
Above the anchor line (hover info when near bottom).
Returns: OverlayPlacement
csharp
Above = 1Below
Below the anchor line (completions, diagnostics).
Returns: OverlayPlacement
csharp
Below = 0