Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(String)
Image link

In This Topic
    Image Constructor(String)
    In This Topic
    Create an instance of the Image class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal href As String _
    )
    public Image( 
       string href
    )

    Parameters

    href
    Image link
    See Also