Error processing SSI file
(Leadtools.Controls)

Show in webframe

FloaterOpacity Property (ImageViewerFloaterInteractiveMode)




Opacity value used to render the floater while this mode is working.
Syntax
public double FloaterOpacity {get; set;}
'Declaration
 
Public Property FloaterOpacity As Double

Property Value

The opacity value used to render the floater while this mode is working. Default value is 1.0 (fully opaque).
Remarks

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.

Example

For an example, refer to ImageViewerFloaterInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerFloaterInteractiveMode Class
ImageViewerFloaterInteractiveMode Members

Error processing SSI file