Specifies how the reflection of the image will be positioned.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration ReflectionLocation |
| C# |
|---|
public enum ReflectionLocation |
| Visual C++ |
|---|
public enum class ReflectionLocation |
Members
| Member | Description |
|---|---|
| Auto |
The reflection will be positioned just below of the image based on its dimensions.
|
| Custom |
The reflection position must be specified by ReflectionLocationX and ReflectionLocationY properties.
|