Defines enumeration value that determines the anchor position of tooltip. Anchor identifies which part on the triggering element(s) the tooltip points to.
Declaring type: ToolTipAnchor
Namespace: XNode.Web.XField.Utils.Enums
Assembly: XNode.Web.XField
Collapse/Expand Public Fields
  Name Description
Public Field Static Auto Tooltip points to a position on the triggering element(s) which is derived from the direction of the tooltip pointer.
Public Field Static BottomLeft Tooltip points to the bottom-left corner of the triggering element(s).
Public Field Static BottomMiddle Tooltip points to the middle of bottom side of the triggering element(s).
Public Field Static BottomRight Tooltip points to the bottom-right corner of the triggering element(s).
Public Field Static LeftCenter Tooltip points to the center of left side of the triggering element(s).
Public Field Static RightCenter Tooltip points to the center of right side of the triggering element(s).).
Public Field Static TopLeft Tooltip points to the top-left corner of the triggering element(s).
Public Field Static TopMiddle Tooltip points to the middle of top side of the triggering element(s).
Public Field Static TopRight Tooltip points to the top-right corner of the triggering element(s).
Public Field value__

There is no summary.