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

In This Topic
    Clone Method (C1Brush)
    In This Topic
    Creates a copy of this object.
    Syntax
    'Declaration
     
    Public Function Clone() As VisualPrimitive
    public VisualPrimitive Clone()

    Return Value

    Returns the created copy.
    See Also