ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / C1ToolTip Class / Position Property

In This Topic
    Position Property (C1ToolTip)
    In This Topic
    Sets the tooltip's position mode in relation to the 'relativeTo', 'offsetX', and 'offsetY' properties. For example, here is the jQuery ui position's position:{my:'top left',at:'right bottom',offset:}.
    Syntax
    'Declaration
     
    Public Property Position As PositionSettings
    public PositionSettings Position {get; set;}
    See Also