Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

NameBackColor Property (AnnGroupObject)






Gets or sets the color used to fill the background of the name of this AnnGroupObject object.
Syntax
public override Color NameBackColor {get; set;}
'Declaration
 
Public Overrides Property NameBackColor As Color
'Usage
 
Dim instance As AnnGroupObject
Dim value As Color
 
instance.NameBackColor = value
 
value = instance.NameBackColor

            

            
public:
property Color NameBackColor {
   Color get() override;
   void set (    Color value) 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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)