Click or drag to resize

ToolTipPlacement Property

Gets or sets how to position the tooltip.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public PopoverPositions Placement { get; set; }

Property Value

Type: PopoverPositions
Remarks
When Auto is specified, it will dynamically reorient the tooltip. For example, if placement is Auto,Left, the tooltip will display to the left when possible, otherwise it will display right.
See Also