Skip to main content
All docs
V26.1
  • TextAreaProperties.TextWrapping Property

    Gets or sets the text wrapping type for the text area.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public TextWrappingType? TextWrapping { get; set; }

    Property Value

    Type Description
    Nullable<TextWrappingType>

    The text wrapping type for the text area.

    Available values:

    Name Description
    None

    Indicates that the text is not wrapped.

    Square

    Indicates that the text is wrapped around the shape in a square pattern.

    See Also