ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Border Class / Clone Method

In This Topic
    Clone Method (Border)
    In This Topic
    Creates a clone of the border.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    A clone of the Border.
    See Also