Skip to main content
All docs
V25.2
  • TextRun(String, TextProperties) Constructor

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextRun(
        string text,
        TextProperties textProperties
    )

    Parameters

    Name Type Description
    text String

    Text run content.

    textProperties TextProperties

    Text run formatting properties.

    See Also