←Select platform

FloaterVisible Property

Summary

Gets or sets a value indicating whether to paint the FloaterImage

Syntax

C#
VB
C++
[DescriptionAttribute("Indicating whether to paint the floater image")] 
[CategoryAttribute("Floater and Region")] 
public virtual bool FloaterVisible {get; set;} 
<DescriptionAttribute("Indicating whether to paint the floater image")> 
<CategoryAttribute("Floater and Region")> 
Public Overridable Property FloaterVisible As Boolean 
[DescriptionAttribute("Indicating whether to paint the floater image")] 
[CategoryAttribute("Floater and Region")] 
public: 
virtual property bool FloaterVisible { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this RasterImageViewer should paint the FloaterImage if available; otherwise, false.

Remarks

The FloaterImage is painted at the position specified by FloaterPosition.

Example

For an example, refer to FloaterPosition.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize