ReflectionEffect Properties
Contains properties used to configure a reflection effect.| Name | Description |
|---|---|
| Alignment | Gets or sets the shadow alignment of the reflection effect. |
| Angle | Gets or sets the angle of the reflection effect. |
| BlurRadius | Gets or sets the outer shadow’s blur radius. |
| Distance | Gets or sets how far to offset the reflection. |
| EndOpacity | Gets or sets the opacity of the reflection’s end. |
| EndPosition | Gets or sets the position of the reflection’s end. |
| FadeAngle | Gets or sets the angle of the reflection’s fade. |
| HorizontalScale | Gets or sets the horizontal scale of the reflection effect. |
| HorizontalSkew | Gets or sets the horizontal skew angle of the reflection effect. |
| RotateWithShape | Gets or sets whether the shadow rotates with the shape. |
| StartOpacity | Gets or sets the starting opacity of the reflection effect. |
| StartPosition | Gets or sets the starting position of the reflection effect. |
| VerticalScale | Gets or sets the vertical scale of the reflection effect. |
| VerticalSkew | Gets or sets the vertical skew of the reflection effect. |
See Also