←Select platform

NameBackColor Property

Summary

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

Syntax

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

Property Value

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

Remarks

This AnnGroupObject object will set the AnnObject.NameBackColor property for each object in the group. For more information, refer to AnnObject.NameBackColor.

Requirements

Target Platforms

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

Leadtools.Annotations Assembly