Aspose::Cells::Drawing::ReflectionEffectType enum

ReflectionEffectType enum

Represents the effect type of reflection.

enum class ReflectionEffectType

Values

NameValueDescription
None0
No reflection effect.
Custom1
Custom reflection effect.
TightReflectionTouching2
Tight reflection, touching.
HalfReflectionTouching3
Half reflection, touching.
FullReflectionTouching4
Full reflection, touching.
TightReflection4PtOffset5
Tight reflection, 4 pt offset.
HalfReflection4PtOffset6
Half reflection, 4 pt offset.
FullReflection4PtOffset7
Full reflection, 4 pt offset.
TightReflection8PtOffset8
Tight reflection, 8 pt offset.
HalfReflection8PtOffset9
Half reflection, 8 pt offset.
FullReflection8PtOffset10
Full reflection, 8 pt offset.

See Also