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

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

    Property Value

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