Gets or sets how the reflection of the image will be positioned. If it is Auto, then the reflection will be positioned just below of the image based on its dimensions; otherwise, the reflection position must be specified by ReflectionLocationX and ReflectionLocationY properties.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public ReflectionLocation ReflectionLocation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ReflectionLocation As ReflectionLocation |
Visual C++ |
---|
public: property ReflectionLocation ReflectionLocation { ReflectionLocation get (); void set (ReflectionLocation value); } |