LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

NameFont Property (AnnGroupObject)






Gets or sets the font used to draw the name of this AnnGroupObject object.
Syntax
public override AnnFont NameFont {get; set;}
'Declaration
 
Public Overrides Property NameFont As AnnFont
'Usage
 
Dim instance As AnnGroupObject
Dim value As AnnFont
 
instance.NameFont = value
 
value = instance.NameFont
public override AnnFont NameFont {get; set;}
 get_NameFont();
set_NameFont(value);
public:
property AnnFont^ NameFont {
   AnnFont^ get() override;
   void set (    AnnFont^ value) override;
}

Property Value

The font used to draw the name of this AnnGroupObject object.
Remarks
This AnnGroupObject object will set the AnnObject.NameFont property for each object in the group. For more information, refer to AnnObject.NameFont.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.