ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / BorderDiagonalColor Property

In This Topic
    BorderDiagonalColor Property (DDCell)
    In This Topic
    Gets or sets the color of the diagonal part of the cell border.
    Syntax
    'Declaration
     
    Public Property BorderDiagonalColor As Color
    public Color BorderDiagonalColor {get; set;}

    Property Value

    A System.Drawing.Color value representing the color of the diagonal part of the cell border.
    Remarks
    See the BorderTopColor property for more comments on the implementation of these BorderColor props.
    See Also