windowsforms-devexpress-dot-xtracharts-dot-designer-dot-tooltipfreepositionmodel.md
Gets or sets the value of the ToolTipFreePosition.DockCorner within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public ToolTipDockCorner DockCorner { get; set; }
<PropertyForOptions>
Public Property DockCorner As ToolTipDockCorner
| Type | Description |
|---|---|
| ToolTipDockCorner |
The dock corner of the tooltip parent element.
|
Available values:
| Name | Description |
|---|---|
| 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).
|
See Also
ToolTipFreePositionModel Class