The NameVisible Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value to determine whether to draw the name of this AnnObject.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property NameVisible As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnObject Dim value As Boolean instance.NameVisible = value value = instance.NameVisible | |
| C# | |
|---|---|
public virtual bool NameVisible {get; set;} | |
Property 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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code