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

In This Topic
    Content Property (PolygonTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Shape.Content. Sets the text of the annotation.
    Syntax
    'Declaration
     
    Public Property Content As String
    public string Content {get; set;}
    See Also