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

In This Topic
    Style Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.Style. Sets the style of the annotation.
    Syntax
    'Declaration
     
    Public Property Style As SVGStyle
    public SVGStyle Style {get; set;}
    See Also