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

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