IAnnotationModelToolTipPlacement - свойство
Gets or sets Позиция подсказки.
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
ToolTipLabelPlacement ToolTipPlacement { get; set; }
Property ToolTipPlacement As ToolTipLabelPlacement
Get
Set
property ToolTipLabelPlacement ToolTipPlacement {
ToolTipLabelPlacement get ();
void set (ToolTipLabelPlacement value);
}
abstract 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.