LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

FloaterVisible Property

Show in webframe





Gets or sets a value indicating whether to paint the FloaterImage
Syntax
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public virtual bool FloaterVisible {get; set;}
'Declaration
 
<DescriptionAttribute("Indicating whether to paint the floater image")>
<CategoryAttribute("Floater and Region")>
Public Overridable Property FloaterVisible As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.FloaterVisible = value
 
value = instance.FloaterVisible

            

            
[DescriptionAttribute("Indicating whether to paint the floater image")]
[CategoryAttribute("Floater and Region")]
public:
virtual property bool FloaterVisible {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.