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

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

    Property Value

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