←Select platform

FloaterOpacity Property

Summary

Opacity used when rendering the floater of this item.

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 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.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.