C#
VB
WinRT C#
C++
Gets or sets a value that represents the average ball color opacity.
public int BallColorOpacity { get; set; }
Public Property BallColorOpacity As Integer
public int BallColorOpacity {get; set;}
get_BallColorOpacity();
set_BallColorOpacity(value);
Object.defineProperty('BallColorOpacity');
Value represents average ball color opacity. Valid values range from 0 to 255 for 8-bit , 0 to 4095 for 12-bit and 0 to 65535 for 16-bit.
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