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

In This Topic
    Alignment Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.Alignment. Sets the alignment of the LineMarker content.
    Syntax
    'Declaration
     
    Public Property Alignment As LineMarkerAlignment
    public LineMarkerAlignment Alignment {get; set;}
    See Also