Click or drag to resize

ReflectionEffectType Enumeration

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ReflectionEffectType
Members
  Member 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