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

In This Topic
    Offset Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Offset. Sets the offset of the annotation from the point.
    Syntax
    'Declaration
     
    Public Property Offset As PointF
    public PointF Offset {get; set;}
    See Also