Opacity used when rendering the floater of this item.
Object.defineProperty(ImageViewerItem.prototype, 'floaterOpacity',
get: function(),
set: function(value)
)
floaterOpacity: number;
The opacity used when rendering the floater of this item. Must be a value between 0 (transparent or invisible) and 1.0 (fully opaque). Default value is 1.0.
Changing the value of this property will fire the ItemChanged event with ImageViewerItemChangedReason.FloaterOpacity.
For more information, refer to Image Viewer Items and Image Viewer Appearance.
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