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

In This Topic
    Interaction Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.Interaction. Sets the interaction mode of the LineMarker.
    Syntax
    'Declaration
     
    Public Property Interaction As LineMarkerInteraction
    public LineMarkerInteraction Interaction {get; set;}
    See Also