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

In This Topic
    Position Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.Position. Sets a value that determines where the popup should be displayed with respect to the owner element.
    Syntax
    'Declaration
     
    Public Property Position As PopupPosition
    public PopupPosition Position {get; set;}
    See Also