ParagraphText Constructor(String,Font)
 
            
                In This Topic
            
            Initializes a new instance of the 
ParagraphText class, assigning the 
Text property, and specifying the font.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As Font _
)
             
        
            
            public ParagraphText( 
   string ,
   Font 
)
             
        
             
        
            Parameters
- text
 
- A string assigned to the Text property of the current object.
 - font
 
- The font to use.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also