asposediagram.api

Class ShapeShdwShowValue

Utility class containing constants. Specifies the type of shadow for a shape.

Field Summary
const  intHAS_GEOM_SHOW
Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type.
const  intTOP_LEVEL_SHOW
Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type and the shape is a top-level shape.
const  intALWAYS_SHOW
Specifies that the shadow effect set is always displayed.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • HAS_GEOM_SHOW

        const int HAS_GEOM_SHOW
        Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type.
      • TOP_LEVEL_SHOW

        const int TOP_LEVEL_SHOW
        Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type and the shape is a top-level shape.
      • ALWAYS_SHOW

        const int ALWAYS_SHOW
        Specifies that the shadow effect set is always displayed.
      • UNDEFINED

        const int UNDEFINED
        Undefined.