ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / ColorOfEdges Method
The index.

In This Topic
    ColorOfEdges Method
    In This Topic
    Gets color of the edge at given index.
    Syntax
    'Declaration
     
    Public Function ColorOfEdges( _
       ByVal index As Integer _
    ) As Color
    public Color ColorOfEdges( 
       int index
    )

    Parameters

    index
    The index.

    Return Value

    Color.
    See Also