←Select platform

NameVisible Property

Summary

Gets or sets a value to determine whether to draw the name of this AnnObject.

Syntax

C#
VB
C++
public virtual bool NameVisible { get; set; } 
  
Public Overridable Property NameVisible As Boolean 
public: 
virtual property bool NameVisible { 
   bool get(); 
   void set (    bool ); 
} 

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. (Deprecated)

Example

For an example, refer to NameOffset.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly