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

In This Topic
    Position Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Position. Sets the position of the annotation.
    Syntax
    'Declaration
     
    Public Property Position As AnnotationPosition
    public AnnotationPosition Position {get; set;}
    Remarks
    The position is relative to the point.
    See Also