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

In This Topic
    End Property (LineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Line.End. Sets the end point of the Line annotation.
    Syntax
    'Declaration
     
    Public Property End As DataPoint
    public DataPoint End {get; set;}
    See Also