Opacity value used to render the floater while this mode is working.
public double FloaterOpacity { get; set; }
Public Property FloaterOpacity() As Double
Get
Set
public:
property double FloaterOpacity
{
double get()
void set(double value)
}
The opacity value used to render the floater while this mode is working. Default value is 1.0 (fully opaque).
You can change this value to 0.5 for example to show a ghost image of the floater when the user clicks and drags it over the viewer.
This value is multiplied by the current ImageViewerItem.FloaterOpacity value when the mode is dragging and zooming the floater. When working stops, the original value is set back into ImageViewerItem.FloaterOpacity.
For an example, refer to ImageViewerFloaterInteractiveMode.
ImageViewerFloaterInteractiveMode Class
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