Enum ReflectionEffectType

ReflectionEffectType enumeration

public enum ReflectionEffectType

Values

NameValueDescription
None0No reflection effect.
Custom1Custom reflection effect.
TightReflectionTouching2Tight reflection, touching.
HalfReflectionTouching3Half reflection, touching.
FullReflectionTouching4Full reflection, touching.
TightReflection4PtOffset5Tight reflection, 4 pt offset.
HalfReflection4PtOffset6Half reflection, 4 pt offset.
FullReflection4PtOffset7Full reflection, 4 pt offset.
TightReflection8PtOffset8Tight reflection, 8 pt offset.
HalfReflection8PtOffset9Half reflection, 8 pt offset.
FullReflection8PtOffset10Full reflection, 8 pt offset.

See Also