FarPoint.Win Assembly / FarPoint.Win Namespace / RoundedLineBorder Class / Clone Method


In This Topic
Clone Method (RoundedLineBorder)
In This Topic
Clones the border object.
Syntax
'Declaration
 
Public Overridable Function Clone() As Object
 
'Usage
 
Dim instance As RoundedLineBorder
Dim value As Object
 
value = instance.Clone()

Return Value

A copy of this border object.
See Also