PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ParagraphText Class / Text Property

In This Topic
    Text Property (ParagraphText)
    In This Topic
    Gets or sets the text of the current ParagraphText.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    See Also