C#
VB
WinRT C#
C++
Gets or sets a value that represents the amount of ball color opacity variation.
public int BallColorOpacityVariation { get; set; }
Public Property BallColorOpacityVariation As Integer
public int BallColorOpacityVariation {get; set;}
get_BallColorOpacityVariation();
set_BallColorOpacityVariation(value);
Object.defineProperty('BallColorOpacityVariation');
Value represents ball color opacity variation. Valid values range from 0 to 100. Use 0 to have all pixels assigned the same opacity. Use 100 to have the opacity vary from 0 to 2 X BallColorOpacity.
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