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

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