Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Annotation Namespace / Square Class / Square Constructor / Square Constructor(String,Int32)

In This Topic
    Square Constructor(String,Int32)
    In This Topic
    Create an instance of Square.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As String, _
       ByVal length As Integer _
    )
    public Square( 
       string content,
       int length
    )

    Parameters

    content
    length
    See Also