AnnotationModelTToolTipPlacement - свойство
Gets or sets Позиция подсказки.
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public ToolTipLabelPlacement ToolTipPlacement { get; set; }
Public Property ToolTipPlacement As ToolTipLabelPlacement
Get
Set
public:
virtual property ToolTipLabelPlacement ToolTipPlacement {
ToolTipLabelPlacement get () sealed;
void set (ToolTipLabelPlacement value) sealed;
}
abstract ToolTipPlacement : ToolTipLabelPlacement with get, set
override ToolTipPlacement : ToolTipLabelPlacement with get, set
ToolTipLabelPlacementToolTipLabelPlacement.Left
will place the ToolTip left.
ToolTipLabelPlacement.Right
will place the ToolTip right.
ToolTipLabelPlacement.Top
will place the ToolTip top.
ToolTipLabelPlacement.Bottom
will place the ToolTip bottom.
IAnnotationModelToolTipPlacement