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

    Lists warp types for shape text.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum PresetTextWarp

    Members

    Name Description Example
    NoShape

    No text warp shape is applied to the text.

    ArchDown

    The downward arch text shape.

    ShapeTextWarpFormat_ArchDown

    ArchDownPour

    The downward pour arch text shape.

    ShapeTextWarpFormat_ArchDownPour

    ArchUp

    The upward arch text shape.

    ShapeTextWarpFormat_ArchUp

    ArchUpPour

    The upward pour arch text shape.

    ShapeTextWarpFormat_ArchUpPour

    Button

    The button text shape.

    ShapeTextWarpFormat_ButtonCurve

    ButtonPour

    The button pour text shape.

    ShapeTextWarpFormat_ButtonPour

    CanDown

    The downward can text shape.

    ShapeTextWarpFormat_CanDown

    CanUp

    The upward can text shape.

    ShapeTextWarpFormat_CanUp

    CascadeDown

    The downward cascade text shape.

    ShapeTextWarpFormat_CascadeDown

    CascadeUp

    The upward cascade text shape.

    ShapeTextWarpFormat_CascadeUp

    Chevron

    The upward chevron text shape.

    ShapeTextWarpFormat_ChevronUp

    ChevronInverted

    The downward chevron text shape.

    ShapeTextWarpFormat_ChevronDown

    Circle

    The circle text shape.

    ShapeTextWarpFormat_CircleCurve

    CirclePour

    The circle pour text shape.

    ShapeTextWarpFormat_CirclePour

    CurveDown

    The downward curve text shape.

    ShapeTextWarpFormat_CurveDown

    CurveUp

    The upward curve text shape.

    ShapeTextWarpFormat_CurveUp

    Deflate

    The deflate text shape.

    ShapeTextWarpFormat_Deflate

    DeflateBottom

    The bottom deflate text shape.

    ShapeTextWarpFormat_DeflateBottom

    DeflateInflate

    The deflate-inflate text shape.

    ShapeTextWarpFormat_DeflateInflate

    InflateDeflate

    The deflate-inflate-deflate text shape.

    ShapeTextWarpFormat_DeflateInflateDeflate

    DeflateTop

    The top deflate text shape.

    ShapeTextWarpFormat_DeflateTop

    DoubleWave1

    The double wave 1 text shape.

    ShapeTextWarpFormat_DoubleWave1

    FadeDown

    The downward fade text shape.

    ShapeTextWarpFormat_FadeDown

    FadeLeft

    The left fade text shape.

    ShapeTextWarpFormat_FadeLeft

    FadeRight

    The right fade text shape.

    ShapeTextWarpFormat_FadeRight

    FadeUp

    The upward fade text shape.

    ShapeTextWarpFormat_FadeUp

    Inflate

    The inflate text shape.

    ShapeTextWarpFormat_Inflate

    InflateBottom

    The bottom inflate text shape.

    ShapeTextWarpFormat_InflateBottom

    InflateTop

    The top inflate text shape.

    ShapeTextWarpFormat_InflateTop

    Plain

    The plain text shape.

    ShapeTextWarpFormat_PlainText

    RingInside

    The inside ring text shape.

    ShapeTextWarpFormat_RingInside

    RingOutside

    The outside ring text shape.

    ShapeTextWarpFormat_RingOutside

    SlantDown

    The downward slant text shape.

    ShapeTextWarpFormat_SlantDown

    SlantUp

    The upward slant text shape.

    ShapeTextWarpFormat_SlantUp

    Stop

    The stop sign text shape.

    ShapeTextWarpFormat_Stop

    Triangle

    The upward triangle text shape.

    ShapeTextWarpFormat_TriangleUp

    TriangleInverted

    The downward triangle text shape.

    ShapeTextWarpFormat_TriangleDown

    Wave1

    The wave 1 text shape.

    ShapeTextWarpFormat_Wave1

    Wave2

    The wave 2 text shape.

    ShapeTextWarpFormat_Wave2

    Wave4

    The wave 4 text shape.

    Related API Members

    The following properties accept/return PresetTextWarp values:

    See Also