Gets or sets a value that represents the number of shades that are used to produce the background.
public int Ripple { get; set; }
Public Property Ripple As Integer
public int Ripple {get; set;}
get_Ripple();
set_Ripple(value);
Object.defineProperty('Ripple');
Value that represents the number of shades that are used to produce the background. Internally, it is divided by 100. For example, if Ripple = 200 the actual frequency is 2. This value is ignored if ColoredBallsCommandFlags.ShadingSingle is selected in Flags property.
Refer to ColoredBallsCommand 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