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

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

    Property Value

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