Enum ReflectionEffectType
Enum ReflectionEffectType
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents the effect type of reflection.
public enum ReflectionEffectType
Fields
Custom = 1
Custom reflection effect.
FullReflection4PtOffset = 7
Full reflection, 4 pt offset.
FullReflection8PtOffset = 10
Full reflection, 8 pt offset.
FullReflectionTouching = 4
Full reflection, touching.
HalfReflection4PtOffset = 6
Half reflection, 4 pt offset.
HalfReflection8PtOffset = 9
Half reflection, 8 pt offset.
HalfReflectionTouching = 3
Half reflection, touching.
None = 0
No reflection effect.
TightReflection4PtOffset = 5
Tight reflection, 4 pt offset.
TightReflection8PtOffset = 8
Tight reflection, 8 pt offset.
TightReflectionTouching = 2
Tight reflection, touching.