Gets or sets how the area/region's shape used for fading will be positioned. If it is Center, then the area/region will be centered on the target Element; otherwise, the area/region's location must be specified by X and Y 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 FadeLocation Location { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Location As FadeLocation |
Visual C++ |
---|
public: property FadeLocation Location { FadeLocation get (); void set (FadeLocation value); } |