IAnnotationModelToolTipPlacement - свойство |
Gets or sets Позиция подсказки.
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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.
См. также