Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Stripe Class / Stripe Constructor / Stripe Constructor(Stripe)
Stripe to copy.


In This Topic
    Stripe Constructor(Stripe)
    In This Topic
    Creates a new axis stripe that is a deep copy of the specified axis stripe.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal stripe As Stripe _
    )
    'Usage
     
    
    Dim stripe As Stripe
     
    Dim instance As New Stripe(stripe)
    public Stripe( 
       Stripe stripe
    )

    Parameters

    stripe
    Stripe to copy.
    See Also