Specifies how the area/region's shape used for fading will be positioned.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public enum FadeLocation
Visual Basic (Declaration)
Public Enumeration FadeLocation
Visual C++
public enum class FadeLocation

Members

Member nameDescription
Center
The area/region's shape used for fading is centered on target element.
Custom
The position of the area/region's shape used for fading must be specified by X and Y properties.

See Also