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