Skip to main content

ToolTipFreePosition.DockCorner Property

Specifies the corner of the tooltip's parent element, to which the tooltip is anchored.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public DockCorner DockCorner { get; set; }

#Property Value

Type Description
DockCorner

A DockCorner enumeration object that represent's the dock corner of the tooltip's parent element.

#Remarks

Use the DockCorner and ToolTipFreePosition.DockTarget properties to position a tooltip within its parent element, if the ToolTipOptions.ToolTipPosition property is set to ToolTipFreePosition.

See Also