←Select platform

FloaterOpacity Property

Summary

Opacity used when rendering the floaters in this ImageViewer

Syntax

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

Property Value

The opacity used when rendering the floaters in this ImageViewer. Must be a value between 0 (transparent or invisible) and 1.0 (fully opaque). Default value is 1.0.

Remarks

Setting this value will automatically update ImageViewerItem.FloaterOpacity of all the items in this viewer to the same value. To change an item value individually, use the item property directly.

For more information, refer to Image Viewer Items and Image Viewer Appearance.

Example

For an example, refer to ImageViewerItem.Floater.

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