ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / CellStyleContent Class / TopBorder Property

In This Topic
    TopBorder Property (CellStyleContent)
    In This Topic
    Gets or sets the top border style of the cell.
    Syntax
    'Declaration
     
    Public Property TopBorder As BorderStyle
    public BorderStyle TopBorder {get; set;}

    Property Value

    The top border style as a BorderStyle.
    See Also