Specifies how the reflection of the image will be positioned.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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.
|