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

    Lists the preset shadow types that can be applied to a shape.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum PresetShadowType

    Members

    Name Description
    TopLeftDrop

    The TopLeftDrop preset shadow is applied to the shape.

    TopRightDrop

    The TopRightDrop preset shadow is applied to the shape.

    BackLeftPerspective

    The BackLeftPerspective preset shadow is applied to the shape.

    BackRightPerspective

    The BackRightPerspective preset shadow is applied to the shape.

    BottomLeftDrop

    The BottomLeftDrop preset shadow is applied to the shape.

    BottomRightDrop

    The BottomRightDrop preset shadow is applied to the shape.

    FrontLeftPerspective

    The FrontLeftPerspective preset shadow is applied to the shape.

    FrontRightPerspective

    The FrontRightPerspective preset shadow is applied to the shape.

    TopLeftSmallDrop

    The TopLeftSmallDrop preset shadow is applied to the shape.

    TopLeftLargeDrop

    The TopLeftLargeDrop preset shadow is applied to the shape.

    BackLeftLongPerspective

    The BackLeftLongPerspective preset shadow is applied to the shape.

    BackRightLongPerspective

    The BackRightLongPerspective preset shadow is applied to the shape.

    TopLeftDoubleDrop

    The TopLeftDoubleDrop preset shadow is applied to the shape.

    BottomRightSmallDrop

    The BottomRightSmallDrop preset shadow is applied to the shape.

    FrontLeftLongPerspective

    The FrontLeftLongPerspective preset shadow is applied to the shape.

    FrontRightLongPerspective

    The FrontRightLongPerspective preset shadow is applied to the shape.

    OuterBox3d

    The OuterBox3d preset shadow is applied to the shape.

    InnerBox3d

    The InnerBox3d preset shadow is applied to the shape.

    BackCenterPerspective

    The BackCenterPerspective preset shadow is applied to the shape.

    FrontBottomShadow

    The FrontBottomShadow preset shadow is applied to the shape.

    Related API Members

    The following properties accept/return PresetShadowType values:

    See Also