C#
VB
WinRT C#
C++
Gets or sets the value that represents the value which indicates the fading rate.
public int FadingRate { get; set; }
Public Property FadingRate As Integer
public int FadingRate {get; set;}
get_FadingRate();
set_FadingRate(value);
Object.defineProperty('FadingRate');
Represents the value that indicates the fading rate. This value is used to controlling the fading process. It will be divided by 100 internally. The valid range is from 0 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