Back to Devexpress

TextAreaBase.ParagraphProperties Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-textareabase-b9486d09.md

latest1.6 KB
Original Source

TextAreaBase.ParagraphProperties Property

Gets or sets paragraph properties for paragraphs in the text area.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ParagraphProperties ParagraphProperties { get; set; }
vb
Public Property ParagraphProperties As ParagraphProperties

Property Value

TypeDescription
ParagraphProperties

Paragraph properties.

|

Remarks

Different presentation viewers may prioritize text styles differently and use either TextAreaBase.ParagraphProperties or TextAreaBase.Level1ParagraphProperties to display top-level text.

See Also

DevExpress Presentation API Library: Work with Shape Text

TextAreaBase Class

TextAreaBase Members

DevExpress.Docs.Presentation Namespace