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

In This Topic
    Point Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Point. Sets the point of the annotation.
    Syntax
    'Declaration
     
    Public Property Point As DataPoint
    public DataPoint Point {get; set;}
    Remarks
    The coordinates of points depends on the Attachment property. See AnnotationAttachment for further description.
    See Also