Skip to main content
All docs
V25.2
  • 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

    public TextArea TextArea { get; set; }

    Property Value

    Type Description
    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