KaxToolTipBaseRelativeTo Property |
Get/Set whether the tooltip should appear relative to the mouse or to the target element. Works in coopearation with the Position property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ToolTipRelativeDisplay RelativeTo { get; set; }
Public Property RelativeTo As ToolTipRelativeDisplay
Get
Set
public:
property ToolTipRelativeDisplay RelativeTo {
ToolTipRelativeDisplay get ();
void set (ToolTipRelativeDisplay value);
}
member RelativeTo : ToolTipRelativeDisplay with get, set
Property Value
Type:
ToolTipRelativeDisplaySee Also