ReflectionEffectType Enumeration |
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ReflectionEffectType
Public Enumeration ReflectionEffectType
public enum class ReflectionEffectType
type ReflectionEffectType
Members
| Member name | Value | Description |
---|
| None | 0 |
No reflection effect.
|
| Custom | 1 |
Custom reflection effect.
|
| TightReflectionTouching | 2 |
Tight reflection, touching.
|
| HalfReflectionTouching | 3 |
Half reflection, touching.
|
| FullReflectionTouching | 4 |
Full reflection, touching.
|
| TightReflection4PtOffset | 5 |
Tight reflection, 4 pt offset.
|
| HalfReflection4PtOffset | 6 |
Half reflection, 4 pt offset.
|
| FullReflection4PtOffset | 7 |
Full reflection, 4 pt offset.
|
| TightReflection8PtOffset | 8 |
Tight reflection, 8 pt offset.
|
| HalfReflection8PtOffset | 9 |
Half reflection, 8 pt offset.
|
| FullReflection8PtOffset | 10 |
Full reflection, 8 pt offset.
|
See Also