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