←Select platform

FloaterOpacity Property

Summary

Opacity value used to render the floater while this mode is working.

Syntax

C#
VB
C++
public double FloaterOpacity { get; set; } 
Public Property FloaterOpacity() As Double 
   Get 
   Set 
public:  
   property double FloaterOpacity 
   { 
      double get() 
      void set(double value) 
   } 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly