LEADTOOLS Annotations (Leadtools.Annotations assembly)

Visible Property (AnnContainer)

Show in webframe





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

 

 


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