LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsVisible Property (IAnnObject)

Show in webframe





Gets or sets a value indicating whether this object is visible.
Syntax
bool IsVisible {get; set;}
'Declaration
 
Property IsVisible As Boolean
'Usage
 
Dim instance As IAnnObject
Dim value As Boolean
 
instance.IsVisible = value
 
value = instance.IsVisible

            

            
property bool IsVisible {
   bool get();
   void set (    bool value);
}

Property Value

true if the object is visible, otherwise; false.
Requirements

Target Platforms

See Also

Reference

IAnnObject Interface
IAnnObject Members

 

 


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