Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

FloaterVisible Property






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

Error processing SSI file