Class TooltipPlacementContext
The TooltipPlacement context of the application.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public record TooltipPlacementContext : IContext, IEquatable<TooltipPlacementContext>
Constructors
TooltipPlacementContext(PopoverPlacement)
The TooltipPlacement context of the application.
Declaration
public TooltipPlacementContext(PopoverPlacement placement)
Parameters
| Type | Name | Description |
|---|---|---|
| PopoverPlacement | placement | The new placement of the tooltip. |
Properties
placement
The current placement of the tooltip.
Declaration
public PopoverPlacement placement { get; }
Property Value
| Type | Description |
|---|---|
| PopoverPlacement | The current placement of the tooltip. |