ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TooltipBase Class / Position Property

In This Topic
    Position Property (TooltipBase)
    In This Topic
    Gets or sets the PopupPosition where the tooltip should be displayed with respect to the owner element.
    Syntax
    'Declaration
     
    Public Property Position As PopupPosition
    public PopupPosition Position {get; set;}
    See Also