Back to Devexpress

Shape.TextArea Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shape-e3c31750.md

latest1.2 KB
Original Source

Shape.TextArea Property

Gets or sets the shape’s text area.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
TextArea

The shape’s text area.

|

Remarks

For more information, refer to the following topic: DevExpress Presentation API Library: Work with Shape Text.

See Also

Shape Class

Shape Members

DevExpress.Docs.Presentation Namespace