Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeTouchStrip Class / ShapeTouchStrip Constructor
The spread.


In This Topic
    ShapeTouchStrip Constructor
    In This Topic
    Creates a ShapeTouchStrip instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New ShapeTouchStrip(spread)
    public ShapeTouchStrip( 
       FpSpread spread
    )

    Parameters

    spread
    The spread.
    See Also