Specifies how the reflection of the image will be positioned.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public enum ReflectionLocation |
| Visual Basic (Declaration) |
|---|
Public Enumeration ReflectionLocation |
| Visual C++ |
|---|
public enum class ReflectionLocation |
Members
| Member name | 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.
|