Skip to main content
All docs
V26.1
  • TextArea(String, TextParagraphProperties) Constructor

    Initializes a new instance of the TextArea class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextArea(
        string text,
        TextParagraphProperties paragraphProperties
    )

    Parameters

    Name Type
    text String
    paragraphProperties TextParagraphProperties
    See Also