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

In This Topic
    End Property (Line)
    In This Topic
    Gets or sets the end point of the Line annotation.
    Syntax
    'Declaration
     
    Public Property End As DataPoint
    public DataPoint End {get; set;}
    See Also