ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / TopBorder Property

In This Topic
    TopBorder Property (Style)
    In This Topic
    Gets or sets the top border properties, such as color, style and width.
    Syntax
    'Declaration
     
    Public Property TopBorder As Border
    public Border TopBorder {get; set;}

    Property Value

    A Border object containing the top border properties.
    Remarks
    The object copies Top property from BorderColor, BorderStyle and BorderWidth, or set new values to them.
    See Also