Gets or sets the object used to render the labels of this object type.
Object.defineProperty(AnnObjectRenderer.prototype, 'labelRenderer',
get: function(),
set: function(value)
)
labelRenderer: IAnnLabelRenderer;
The object used to render the labels of this object type. This must be a default AnnLabelRenderer object or a user derived class. Default value is null.
The Initialize method initializes an AnnLabelRenderer object and sets it in this property. This is the default label renderer used on this platform. You can set your own derived class in this property if needed.
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