LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

NameVisible Property (AnnObject)






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 bool NameVisible {get; set;}
 get_NameVisible();
set_NameVisible(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.