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

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

    Property Value

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