←Select platform

NameBackColor Property

Summary

Gets or sets the color used to fill the background of the name of this AnnObject.

Syntax

C#
VB
C++
[XmlIgnoreAttribute()] 
public virtual Color NameBackColor { get; set; } 
  
Public Overridable Property NameBackColor As Color 
public: 
virtual property Color NameBackColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A System.Drawing.Color structure that represents the color used to fill the background of the name of this AnnObject.

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