Skip to main content
All docs
V25.2
  • TextWrappingType Enum

    Lists text wrapping types.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum TextWrappingType

    Members

    Name Description
    None

    Indicates that the text is not wrapped.

    Square

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

    Related API Members

    The following properties accept/return TextWrappingType values:

    See Also