InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / TextElement Class / TextElement Constructor / TextElement Constructor(Style)
Style used to measure and render the TextElement,

In This Topic
    TextElement Constructor(Style)
    In This Topic
    Initializes a new instance of a TextElement with a given style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public TextElement( 
       Style style
    )

    Parameters

    style
    Style used to measure and render the TextElement,
    See Also