Gets or sets a value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-).
public int HighLightAngle { get; set; }
Public Property HighLightAngle As Integer
public int HighLightAngle {get; set;}
get_HighLightAngle();
set_HighLightAngle(value);
Object.defineProperty('HighLightAngle');
Value that represents the light source direction of the highlight color on the ball. This value is in hundredths of degrees (+/-). A positive value will rotate the highlight color clockwise, while a negative value will rotate the highlight color counter-clockwise. Valid values range from -36000 to + 36000.
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