Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Visible Property (AnnContainer)






Gets or sets a value indicating whether this AnnContainer is visible.
Syntax
public virtual bool Visible {get; set;}
'Declaration
 
Public Overridable Property Visible As Boolean
'Usage
 
Dim instance As AnnContainer
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

            

            
public:
virtual property bool Visible {
   bool get();
   void set (    bool value);
}

Property Value

true if this AnnContainer is visible; otherwise, false.
Remarks
When the container is invisible, no objects will be drawn when the Draw(Graphics) method is called. Also, calling HitTest will never return any objects.
Requirements

Target Platforms

See Also

Reference

AnnContainer Class
AnnContainer Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)