FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / LineShape Class / Clone Method

In This Topic
    Clone Method (LineShape)
    In This Topic
    Creates a copy of the current ShapeBase object. Property Owner is not copied and value of Owner property is null.
    Syntax
    'Declaration
     
    Public Function Clone() As ShapeBase
    public ShapeBase Clone()

    Return Value

    The newly created ShapeBase object.
    See Also