Back to Devexpress

ToolTipDockCorner Enum

corelibraries-devexpress-dot-xtracharts-80813563.md

latest2.3 KB
Original Source

ToolTipDockCorner Enum

Lists the values used to specify the corner to which a tooltip should be docked.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ToolTipDockCorner
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum ToolTipDockCorner

Members

NameDescription
TopRight

A tooltip is positioned at the top right of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | TopLeft |

A tooltip is positioned at the top left of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | BottomRight |

A tooltip is positioned at the bottom right of a container object (specified via the ToolTipFreePosition.DockTarget property).

| | BottomLeft |

A tooltip is positioned at the bottom left of a container object (specified via the ToolTipFreePosition.DockTarget property).

|

The following properties accept/return ToolTipDockCorner values:

LibraryRelated API Members
Cross-Platform Class LibraryToolTipFreePosition.DockCorner
WinForms ControlsToolTipFreePositionModel.DockCorner

Remarks

The values listed by the ToolTipDockCorner enumeration are used to set the FreePosition.DockCorner property.

See Also

DevExpress.XtraCharts Namespace