Skip to main content
All docs
V25.2
  • Shape3DSettings.BottomBevelPreset Property

    Gets or sets the preset type of the shape’s bottom bevel.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public PresetBevelType BottomBevelPreset { get; set; }

    Property Value

    Type Description
    PresetBevelType

    The preset type of the shape’s bottom bevel.

    Available values:

    Show 13 items
    Name Description Image
    None

    The bevel type is not specified.

    RelaxedInset

    The Relaxed Inset bevel type.

    DevExpress Presentation API - Bevel type - Relaxed Inset

    Circle

    The Circle bevel type.

    DevExpress Presentation API - Bevel type - Circle

    Slope

    The Slope bevel type.

    DevExpress Presentation API - Bevel type - Slope

    Cross

    The Cross bevel type.

    DevExpress Presentation API - Bevel type - Cross

    Angle

    The Angle bevel type.

    DevExpress Presentation API - Bevel type - Angle

    SoftRound

    The Soft Round bevel type.

    DevExpress Presentation API - Bevel type - Soft Round

    Convex

    The Convex bevel type.

    DevExpress Presentation API - Bevel type - Convex

    CoolSlant

    The Cool Slant bevel type.

    DevExpress Presentation API - Bevel type - Cool Slant

    Divot

    The Divot bevel type.

    DevExpress Presentation API - Bevel type - Divot

    Riblet

    The Riblet bevel type.

    DevExpress Presentation API - Bevel type - Riblet

    HardEdge

    The Hard Edge bevel type.

    DevExpress Presentation API - Bevel type - Hard Edge

    ArtDeco

    The Art Deco bevel type.

    DevExpress Presentation API - Bevel type - Art Deco

    See Also