←Select platform

NameForeColor Property

Summary

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

Syntax

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

Property Value

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

Remarks

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

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