ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DataLabelBase Class / Border Property

In This Topic
    Border Property (DataLabelBase)
    In This Topic
    Gets or sets a value indicating whether data labels have borders.
    Syntax
    'Declaration
     
    Public Property Border As Boolean
    public bool Border {get; set;}
    See Also