LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameVisible Property (AnnObject)

Show in webframe





Gets or sets a value to determine whether to draw the name of this AnnObject.
Syntax
public virtual bool NameVisible {get; set;}
'Declaration
 
Public Overridable Property NameVisible As Boolean
'Usage
 
Dim instance As AnnObject
Dim value As Boolean
 
instance.NameVisible = value
 
value = instance.NameVisible

            

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

Property Value

true if the name of this AnnObject is to be drawn whenever the object is drawn; false otherwise.
Remarks
For more information, refer to Annotation Object Names.
Example
For an example, refer to NameOffset.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


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