| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property NameVisible As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual bool NameVisible {get; set;} | |
Return Value
true if the name of this AnnObject is to be drawn whenever the object is drawn; false otherwise.For an example, refer to AnnObject.NameOffset.
For more information, refer to Annotation Object Names.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code