Gets or sets the value that represents the percent of feathering in towards or outward from the vignette object.
public int Fading { get; set; }
Public Property Fading As Integer
public int Fading {get; set;}
get_Fading();
set_Fading(value);
Object.defineProperty('Fading');
Represents the percent of feathering in towards or outward from the vignette object. Negative values mean that the feathering will start outside the boundaries of the object and increase toward the object. Positive values mean that the feathering will start on the boundaries of the object and increase away from the object. Possible values range from -100 to 100.
Refer to VignnetCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET