ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / TopStyle Property

In This Topic
    TopStyle Property
    In This Topic
    Gets or sets the style of the top border line.
    Syntax
    'Declaration
     
    Public Property TopStyle As BorderLineStyle
    public BorderLineStyle TopStyle {get; set;}

    Property Value

    For a list of valid values, see here: BorderLineStyle
    Remarks
    Default value is None
    See Also