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

Show in webframe

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 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

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