enumPredefinedReflection
enumerated type

 

typedef enum
{
        reflectioneffect_custom            = 0,
        reflectioneffect_tight_touching    = 1,
        reflectioneffect_half_touching     = 2,
        reflectioneffect_full_touching     = 3,
        reflectioneffect_tight_4ptdistance = 4,
        reflectioneffect_half_4ptdistance  = 5,
        reflectioneffect_full_4ptdistance  = 6,
        reflectioneffect_tight_8ptdistance = 7,
        reflectioneffect_half_8ptdistance  = 8,
        reflectioneffect_full_8ptdistance  = 9

} enumPredefinedReflection;

 

used in IXlsDrawingReflection::PredefinedReflection property.