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

In This Topic
    Position Property (DataLabelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataLabel.Position. Sets the position of data labels.
    Syntax
    'Declaration
     
    Public Property Position As LabelPosition
    public LabelPosition Position {get; set;}
    See Also