Back to Devexpress

ToolTipFreePositionModel.DockCorner Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-tooltipfreepositionmodel.md

latest2.2 KB
Original Source

ToolTipFreePositionModel.DockCorner Property

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

Declaration

csharp
[PropertyForOptions]
public ToolTipDockCorner DockCorner { get; set; }
vb
<PropertyForOptions>
Public Property DockCorner As ToolTipDockCorner

Property Value

TypeDescription
ToolTipDockCorner

The dock corner of the tooltip parent element.

|

Available values:

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).

|

See Also

ToolTipFreePositionModel Class

ToolTipFreePositionModel Members

DevExpress.XtraCharts.Designer Namespace