ReflectionEffect Members
Contains properties used to configure a reflection effect.Constructors
| Name | Description |
|---|---|
| ReflectionEffect() | Initializes a new instance of the ReflectionEffect class. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Clone() | Clones the current ReflectionEffect instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also